POST api/VehicleSales/Set/VehicleCashUp
Request Information
URI Parameters
None.
Body Parameters
VehicleCashUpRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleID | integer |
None. |
|
| CashUpDate | date |
None. |
|
| Notes | string |
None. |
|
| CashBagNumber | string |
None. |
|
| SealNumber | string |
None. |
|
| Submitted | boolean |
None. |
|
| Denominations | Collection of VehicleCashUpDenominationRequestDto |
None. |
|
| Expenses | Collection of VehicleCashUpExpenseDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"VehicleID": 1,
"CashUpDate": "2026-08-25T11:56:16.4218138+02:00",
"Notes": "sample string 2",
"CashBagNumber": "sample string 3",
"SealNumber": "sample string 4",
"Submitted": true,
"Denominations": [
{
"CashDenominationID": 1,
"Quantity": 2
},
{
"CashDenominationID": 1,
"Quantity": 2
}
],
"Expenses": [
{
"ExpenseTypeID": 1,
"Amount": 2.0,
"Comment": "sample string 3",
"ReceiptFileName": "sample string 4",
"ReceiptFilePath": "sample string 5",
"Base64Receipt": "sample string 6"
},
{
"ExpenseTypeID": 1,
"Amount": 2.0,
"Comment": "sample string 3",
"ReceiptFileName": "sample string 4",
"ReceiptFilePath": "sample string 5",
"Base64Receipt": "sample string 6"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.