POST API/Vehicle/GetVehicleServiceForExpenses
Request Information
URI Parameters
None.
Body Parameters
SendForExpensM| Name | Description | Type | Additional information |
|---|---|---|---|
| dtS | date |
None. |
|
| dtE | date |
None. |
|
| ID | globally unique identifier |
None. |
|
| VehicleService_ID | globally unique identifier |
None. |
|
| Department_ID | integer |
None. |
|
| Stock_ID | globally unique identifier |
None. |
|
| UnitOfMeasurement | integer |
None. |
|
| Quantity | integer |
None. |
|
| InventoryNumber | integer |
None. |
|
| Price | integer |
None. |
|
| Sum | integer |
None. |
|
| CreateDate | date |
None. |
|
| UpdatePerson_ID | globally unique identifier |
None. |
|
| UpdateDate | date |
None. |
|
| StockIncoming_ID | globally unique identifier |
None. |
|
| Stock | StockM |
None. |
Request Formats
application/json, text/json
Sample:
{
"dtS": "2026-03-18T05:01:16.0861502+05:00",
"dtE": "2026-03-18T05:01:16.0861502+05:00",
"ID": "fbf55ca4-0acd-4a2e-8547-a0ede8749cf7",
"VehicleService_ID": "0bf59d63-33b7-4d8b-8086-dccac4bf4290",
"Department_ID": 3,
"Stock_ID": "aa98c2c2-3d1b-4314-a4d8-f6ad0cbdc2f1",
"UnitOfMeasurement": 5,
"Quantity": 6,
"InventoryNumber": 7,
"Price": 8,
"Sum": 9,
"CreateDate": "2026-03-18T05:01:16.0861502+05:00",
"UpdatePerson_ID": "9e8c5ccd-ad1d-4f54-9c1a-08a6599e6eda",
"UpdateDate": "2026-03-18T05:01:16.0861502+05:00",
"StockIncoming_ID": "3ba9116d-88ce-4628-9906-973a78e27e8c",
"Stock": {
"ID": "990f6188-837a-44bc-9d1f-9bb4e6e85eb9",
"Code": 2,
"Name": "sample string 3",
"CreateDate": "2026-03-18T05:01:16.0861502+05:00"
}
}
application/xml, text/xml
Sample:
<SendForExpensM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CarPark.Models.Basic">
<CreateDate>2026-03-18T05:01:16.0861502+05:00</CreateDate>
<Department_ID>3</Department_ID>
<ID>fbf55ca4-0acd-4a2e-8547-a0ede8749cf7</ID>
<InventoryNumber>7</InventoryNumber>
<Price>8</Price>
<Quantity>6</Quantity>
<Stock>
<Code>2</Code>
<CreateDate>2026-03-18T05:01:16.0861502+05:00</CreateDate>
<ID>990f6188-837a-44bc-9d1f-9bb4e6e85eb9</ID>
<Name>sample string 3</Name>
</Stock>
<StockIncoming_ID>3ba9116d-88ce-4628-9906-973a78e27e8c</StockIncoming_ID>
<Stock_ID>aa98c2c2-3d1b-4314-a4d8-f6ad0cbdc2f1</Stock_ID>
<Sum>9</Sum>
<UnitOfMeasurement>5</UnitOfMeasurement>
<UpdateDate>2026-03-18T05:01:16.0861502+05:00</UpdateDate>
<UpdatePerson_ID>9e8c5ccd-ad1d-4f54-9c1a-08a6599e6eda</UpdatePerson_ID>
<VehicleService_ID>0bf59d63-33b7-4d8b-8086-dccac4bf4290</VehicleService_ID>
<dtE>2026-03-18T05:01:16.0861502+05:00</dtE>
<dtS>2026-03-18T05:01:16.0861502+05:00</dtS>
</SendForExpensM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>