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-01-17T05:30:50.324706+05:00",
"dtE": "2026-01-17T05:30:50.324706+05:00",
"ID": "9f9d35ce-c72c-451e-b9b6-e97a1fd1d20e",
"VehicleService_ID": "5e45586c-92cb-45cb-a720-b37df6fdaf2a",
"Department_ID": 3,
"Stock_ID": "3355742f-89a8-4bd1-bd8a-3aabee4fe42e",
"UnitOfMeasurement": 5,
"Quantity": 6,
"InventoryNumber": 7,
"Price": 8,
"Sum": 9,
"CreateDate": "2026-01-17T05:30:50.324706+05:00",
"UpdatePerson_ID": "89a7c47e-32c8-4a16-97c4-7561bba64c78",
"UpdateDate": "2026-01-17T05:30:50.324706+05:00",
"StockIncoming_ID": "dee06655-82e7-4f2e-9c21-d936ca1efccf",
"Stock": {
"ID": "f53f4910-bcbb-49bf-b87b-6964d5ede721",
"Code": 2,
"Name": "sample string 3",
"CreateDate": "2026-01-17T05:30:50.324706+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:30:50.324706+05:00</CreateDate>
<Department_ID>3</Department_ID>
<ID>9f9d35ce-c72c-451e-b9b6-e97a1fd1d20e</ID>
<InventoryNumber>7</InventoryNumber>
<Price>8</Price>
<Quantity>6</Quantity>
<Stock>
<Code>2</Code>
<CreateDate>2026-01-17T05:30:50.324706+05:00</CreateDate>
<ID>f53f4910-bcbb-49bf-b87b-6964d5ede721</ID>
<Name>sample string 3</Name>
</Stock>
<StockIncoming_ID>dee06655-82e7-4f2e-9c21-d936ca1efccf</StockIncoming_ID>
<Stock_ID>3355742f-89a8-4bd1-bd8a-3aabee4fe42e</Stock_ID>
<Sum>9</Sum>
<UnitOfMeasurement>5</UnitOfMeasurement>
<UpdateDate>2026-01-17T05:30:50.324706+05:00</UpdateDate>
<UpdatePerson_ID>89a7c47e-32c8-4a16-97c4-7561bba64c78</UpdatePerson_ID>
<VehicleService_ID>5e45586c-92cb-45cb-a720-b37df6fdaf2a</VehicleService_ID>
<dtE>2026-01-17T05:30:50.324706+05:00</dtE>
<dtS>2026-01-17T05:30:50.324706+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>