POST api/VehicleTare
Request Information
URI Parameters
None.
Body Parameters
VehicleTareApi| Name | Description | Type | Additional information |
|---|---|---|---|
| VinNumber | string |
None. |
|
| RegistrationNo | string |
None. |
|
| Weight | string |
None. |
|
| TareDate | date |
None. |
|
| WeighbridgeId | string |
None. |
|
| VehicleId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VinNumber": "sample string 1",
"RegistrationNo": "sample string 2",
"Weight": "sample string 3",
"TareDate": "2025-12-19T06:08:57.2468021-06:00",
"WeighbridgeId": "sample string 5",
"VehicleId": "sample string 6"
}
application/xml, text/xml
Sample:
<VehicleTareApi xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <VinNumber>sample string 1</VinNumber> <RegistrationNo>sample string 2</RegistrationNo> <Weight>sample string 3</Weight> <TareDate>2025-12-19T06:08:57.2468021-06:00</TareDate> <WeighbridgeId>sample string 5</WeighbridgeId> <VehicleId>sample string 6</VehicleId> </VehicleTareApi>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |