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-07-16T03:14:38.3652512+05:00",
"dtE": "2026-07-16T03:14:38.3652512+05:00",
"ID": "bdad0a5a-27ef-4e88-9287-21e8c2e309cf",
"VehicleService_ID": "da5bc628-2502-4221-a327-ec89c448edde",
"Department_ID": 3,
"Stock_ID": "5874d3ab-6f56-48db-abd0-27969913f980",
"UnitOfMeasurement": 5,
"Quantity": 6,
"InventoryNumber": 7,
"Price": 8,
"Sum": 9,
"CreateDate": "2026-07-16T03:14:38.3662181+05:00",
"UpdatePerson_ID": "734ba066-5ed7-434a-bdc8-946ec9bec94a",
"UpdateDate": "2026-07-16T03:14:38.3662181+05:00",
"StockIncoming_ID": "243a422c-5427-4331-bab6-9a33b71165fa",
"Stock": {
"ID": "815efd69-b2c6-43f2-8816-b239ae47c2ac",
"Code": 2,
"Name": "sample string 3",
"CreateDate": "2026-07-16T03:14:38.3672056+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-07-16T03:14:38.3662181+05:00</CreateDate>
<Department_ID>3</Department_ID>
<ID>bdad0a5a-27ef-4e88-9287-21e8c2e309cf</ID>
<InventoryNumber>7</InventoryNumber>
<Price>8</Price>
<Quantity>6</Quantity>
<Stock>
<Code>2</Code>
<CreateDate>2026-07-16T03:14:38.3672056+05:00</CreateDate>
<ID>815efd69-b2c6-43f2-8816-b239ae47c2ac</ID>
<Name>sample string 3</Name>
</Stock>
<StockIncoming_ID>243a422c-5427-4331-bab6-9a33b71165fa</StockIncoming_ID>
<Stock_ID>5874d3ab-6f56-48db-abd0-27969913f980</Stock_ID>
<Sum>9</Sum>
<UnitOfMeasurement>5</UnitOfMeasurement>
<UpdateDate>2026-07-16T03:14:38.3662181+05:00</UpdateDate>
<UpdatePerson_ID>734ba066-5ed7-434a-bdc8-946ec9bec94a</UpdatePerson_ID>
<VehicleService_ID>da5bc628-2502-4221-a327-ec89c448edde</VehicleService_ID>
<dtE>2026-07-16T03:14:38.3652512+05:00</dtE>
<dtS>2026-07-16T03:14:38.3652512+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>