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-01-17T05:34:39.4194121+05:00",
"dtE": "2026-01-17T05:34:39.4194121+05:00",
"ID": "33a5d35a-ae3d-424e-843e-1ffac7585b20",
"VehicleService_ID": "726a25ee-5591-455c-b4df-c1fd88c70ea2",
"Department_ID": 3,
"Stock_ID": "d639bd14-80e8-4c48-9c00-ed7df27e705c",
"UnitOfMeasurement": 5,
"Quantity": 6,
"InventoryNumber": 7,
"Price": 8,
"Sum": 9,
"CreateDate": "2026-01-17T05:34:39.4194121+05:00",
"UpdatePerson_ID": "63c76d35-6488-4be9-a2d2-c43cf40432fb",
"UpdateDate": "2026-01-17T05:34:39.4194121+05:00",
"StockIncoming_ID": "6a314009-d873-40ca-aae9-abb9f330e6cd",
"Stock": {
"ID": "6ce5df3b-380a-4a54-b208-5ac8102e50b0",
"Code": 2,
"Name": "sample string 3",
"CreateDate": "2026-01-17T05:34:39.4194121+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-01-17T05:34:39.4194121+05:00</CreateDate>
<Department_ID>3</Department_ID>
<ID>33a5d35a-ae3d-424e-843e-1ffac7585b20</ID>
<InventoryNumber>7</InventoryNumber>
<Price>8</Price>
<Quantity>6</Quantity>
<Stock>
<Code>2</Code>
<CreateDate>2026-01-17T05:34:39.4194121+05:00</CreateDate>
<ID>6ce5df3b-380a-4a54-b208-5ac8102e50b0</ID>
<Name>sample string 3</Name>
</Stock>
<StockIncoming_ID>6a314009-d873-40ca-aae9-abb9f330e6cd</StockIncoming_ID>
<Stock_ID>d639bd14-80e8-4c48-9c00-ed7df27e705c</Stock_ID>
<Sum>9</Sum>
<UnitOfMeasurement>5</UnitOfMeasurement>
<UpdateDate>2026-01-17T05:34:39.4194121+05:00</UpdateDate>
<UpdatePerson_ID>63c76d35-6488-4be9-a2d2-c43cf40432fb</UpdatePerson_ID>
<VehicleService_ID>726a25ee-5591-455c-b4df-c1fd88c70ea2</VehicleService_ID>
<dtE>2026-01-17T05:34:39.4194121+05:00</dtE>
<dtS>2026-01-17T05:34:39.4194121+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>