POST API/Vehicle/GetVehicleServiceForExpenses

Request Information

URI Parameters

None.

Body Parameters

SendForExpensM
NameDescriptionTypeAdditional 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:17:29.8320552+05:00",
  "dtE": "2026-07-16T03:17:29.8320552+05:00",
  "ID": "d2a52259-b6cc-45df-bcfd-7b2f9fed262a",
  "VehicleService_ID": "29e89f01-f6a5-4da5-8488-c58ce37da15c",
  "Department_ID": 3,
  "Stock_ID": "7237cabf-1ef4-4b24-a804-4b936b237e8f",
  "UnitOfMeasurement": 5,
  "Quantity": 6,
  "InventoryNumber": 7,
  "Price": 8,
  "Sum": 9,
  "CreateDate": "2026-07-16T03:17:29.8320552+05:00",
  "UpdatePerson_ID": "27624d28-727a-40e1-b410-04e05ff903ea",
  "UpdateDate": "2026-07-16T03:17:29.8320552+05:00",
  "StockIncoming_ID": "29b6209f-0c46-4e6d-bb15-d557511c05b7",
  "Stock": {
    "ID": "54f9617b-8e35-4cc8-8c52-5d6081ed2673",
    "Code": 2,
    "Name": "sample string 3",
    "CreateDate": "2026-07-16T03:17:29.8330361+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:17:29.8320552+05:00</CreateDate>
  <Department_ID>3</Department_ID>
  <ID>d2a52259-b6cc-45df-bcfd-7b2f9fed262a</ID>
  <InventoryNumber>7</InventoryNumber>
  <Price>8</Price>
  <Quantity>6</Quantity>
  <Stock>
    <Code>2</Code>
    <CreateDate>2026-07-16T03:17:29.8330361+05:00</CreateDate>
    <ID>54f9617b-8e35-4cc8-8c52-5d6081ed2673</ID>
    <Name>sample string 3</Name>
  </Stock>
  <StockIncoming_ID>29b6209f-0c46-4e6d-bb15-d557511c05b7</StockIncoming_ID>
  <Stock_ID>7237cabf-1ef4-4b24-a804-4b936b237e8f</Stock_ID>
  <Sum>9</Sum>
  <UnitOfMeasurement>5</UnitOfMeasurement>
  <UpdateDate>2026-07-16T03:17:29.8320552+05:00</UpdateDate>
  <UpdatePerson_ID>27624d28-727a-40e1-b410-04e05ff903ea</UpdatePerson_ID>
  <VehicleService_ID>29e89f01-f6a5-4da5-8488-c58ce37da15c</VehicleService_ID>
  <dtE>2026-07-16T03:17:29.8320552+05:00</dtE>
  <dtS>2026-07-16T03:17:29.8320552+05:00</dtS>
</SendForExpensM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response 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>