POST api/VisitRecord/SyncCarWeightInfo
Request Information
URI Parameters
None.
Body Parameters
SyncCarWeightInfoReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VisitRecordId | integer |
None. |
|
| DriverReserveId | integer |
None. |
|
| AppointmentId | integer |
None. |
|
| DriverReserveGuid | string |
None. |
|
| CarNo | string |
None. |
|
| Driver | string |
None. |
|
| IdNo | string |
None. |
|
| Tare | decimal number |
None. |
|
| Gross | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"VisitRecordId": 1,
"DriverReserveId": 2,
"AppointmentId": 3,
"DriverReserveGuid": "sample string 4",
"CarNo": "sample string 5",
"Driver": "sample string 6",
"IdNo": "sample string 7",
"Tare": 8.0,
"Gross": 9.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true