POST App/vehicleunavailable
Request Information
URI Parameters
None.
Body Parameters
Vehicles| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleID | integer |
None. |
|
| RegistrationNo | string |
None. |
|
| AvailableAt | string |
None. |
|
| OwnerName | string |
None. |
|
| VendorID | string |
None. |
|
| VehicleDimension | string |
None. |
|
| WeightPermission | string |
None. |
|
| VehicleType | string |
None. |
|
| Routes | string |
None. |
|
| CreatedOn | date |
None. |
|
| IsActive | boolean |
None. |
|
| UpdatedOn | date |
None. |
|
| RCBook | Collection of byte |
None. |
|
| Insurance | Collection of byte |
None. |
|
| PUC | Collection of byte |
None. |
|
| DriverLicense | Collection of byte |
None. |
|
| Permit | Collection of byte |
None. |
|
| OtherDoc | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"VehicleID": 1,
"RegistrationNo": "sample string 2",
"AvailableAt": "sample string 3",
"OwnerName": "sample string 4",
"VendorID": "sample string 5",
"VehicleDimension": "sample string 6",
"WeightPermission": "sample string 7",
"VehicleType": "sample string 8",
"Routes": "sample string 9",
"CreatedOn": "2026-04-24T22:26:29.5863189-07:00",
"IsActive": true,
"UpdatedOn": "2026-04-24T22:26:29.5863189-07:00",
"RCBook": "QEA=",
"Insurance": "QEA=",
"PUC": "QEA=",
"DriverLicense": "QEA=",
"Permit": "QEA=",
"OtherDoc": "QEA="
}
application/xml, text/xml
Sample:
<Vehicles xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FSLAPI.Models"> <AvailableAt>sample string 3</AvailableAt> <CreatedOn>2026-04-24T22:26:29.5863189-07:00</CreatedOn> <DriverLicense>QEA=</DriverLicense> <Insurance>QEA=</Insurance> <IsActive>true</IsActive> <OtherDoc>QEA=</OtherDoc> <OwnerName>sample string 4</OwnerName> <PUC>QEA=</PUC> <Permit>QEA=</Permit> <RCBook>QEA=</RCBook> <RegistrationNo>sample string 2</RegistrationNo> <Routes>sample string 9</Routes> <UpdatedOn>2026-04-24T22:26:29.5863189-07:00</UpdatedOn> <VehicleDimension>sample string 6</VehicleDimension> <VehicleID>1</VehicleID> <VehicleType>sample string 8</VehicleType> <VendorID>sample string 5</VendorID> <WeightPermission>sample string 7</WeightPermission> </Vehicles>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.