Name | Type | Read-only | Mandatory | Comment |
|---|---|---|---|---|
| id | integer | yes | no | |
| poNumber | string | no | no | |
| accountNumber | string | |||
| accumulatedNumber | string | |||
| expenseNumber | string | |||
| leaseNumber | string | |||
| leaseExpirationDate | string | |||
| leaseDuration | string | |||
| leaseFrequency | string | |||
| leaseFrequencyPrice | string | |||
| warrantyDate | date | |||
| disposalDate | date | |||
| disposalMethod | string | |||
| insuranceCategory | string | |||
| replacementValueCategory | string | |||
| replacementValue | string | |||
| maintenanceCost | string | |||
| depreciationMethod | string |
Uri | Method | Request Data | Success Response Code | Description |
|---|---|---|---|---|
| /api/accounting-infos | GET | 200 | Returns an Array of all AccountingInfo | |
| /api/accounting-infos/{id} | GET | 200 | Returns one AccountingInfo | |
| /api/accounting-infos | POST | AccountingInfo | 201 | Create new AccountingInfo |
| /api/accounting-infos/{id} | PUT | AccountingInfo | 204 | Update an existing AccountingInfo |
| /api/accounting-infos/{id} | DELETE | 200 | Delete an AccountingInfo |