POST api/sales/vehiclepass
Request Information
URI Parameters
None.
Body Parameters
VehiclePassRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| BranchID | integer |
None. |
|
| PassType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Date": "2025-12-18T23:06:30.223498-08:00",
"BranchID": 2,
"PassType": "sample string 3"
}
application/xml, text/xml
Sample:
<VehiclePassRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrushMateBackendAPI.Controllers"> <BranchID>2</BranchID> <Date>2025-12-18T23:06:30.223498-08:00</Date> <PassType>sample string 3</PassType> </VehiclePassRequestModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.