POST API/Vehicle/RemoveSendForExpens
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-05-17T04:10:13.7492267+05:00",
"dtE": "2026-05-17T04:10:13.7492267+05:00",
"ID": "e15dff83-3bf5-40db-96ab-b503fba3651a",
"VehicleService_ID": "150a6199-3023-4034-a8b4-4fa13c2ae2d4",
"Department_ID": 3,
"Stock_ID": "8608ccdf-069a-4043-874f-4ffe58380985",
"UnitOfMeasurement": 5,
"Quantity": 6,
"InventoryNumber": 7,
"Price": 8,
"Sum": 9,
"CreateDate": "2026-05-17T04:10:13.7501676+05:00",
"UpdatePerson_ID": "3a1817de-7b32-4479-a89c-b7174c61b5b1",
"UpdateDate": "2026-05-17T04:10:13.7501676+05:00",
"StockIncoming_ID": "3904a96e-dcb7-4eb6-bd05-20885abb2115",
"Stock": {
"ID": "841d70ef-d6a1-4810-a341-ffa1a9280b4c",
"Code": 2,
"Name": "sample string 3",
"CreateDate": "2026-05-17T04:10:13.7511558+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-05-17T04:10:13.7501676+05:00</CreateDate>
<Department_ID>3</Department_ID>
<ID>e15dff83-3bf5-40db-96ab-b503fba3651a</ID>
<InventoryNumber>7</InventoryNumber>
<Price>8</Price>
<Quantity>6</Quantity>
<Stock>
<Code>2</Code>
<CreateDate>2026-05-17T04:10:13.7511558+05:00</CreateDate>
<ID>841d70ef-d6a1-4810-a341-ffa1a9280b4c</ID>
<Name>sample string 3</Name>
</Stock>
<StockIncoming_ID>3904a96e-dcb7-4eb6-bd05-20885abb2115</StockIncoming_ID>
<Stock_ID>8608ccdf-069a-4043-874f-4ffe58380985</Stock_ID>
<Sum>9</Sum>
<UnitOfMeasurement>5</UnitOfMeasurement>
<UpdateDate>2026-05-17T04:10:13.7501676+05:00</UpdateDate>
<UpdatePerson_ID>3a1817de-7b32-4479-a89c-b7174c61b5b1</UpdatePerson_ID>
<VehicleService_ID>150a6199-3023-4034-a8b4-4fa13c2ae2d4</VehicleService_ID>
<dtE>2026-05-17T04:10:13.7492267+05:00</dtE>
<dtS>2026-05-17T04:10:13.7492267+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>