POST api/SvKMsNGas
Request Information
URI Parameters
None.
Body Parameters
t_RA_insp_kms| Name | Description | Type | Additional information |
|---|---|---|---|
| ra_insp_id | integer |
None. |
|
| RA_SN | integer |
None. |
|
| Plate | string |
None. |
|
| car_km_out | integer |
None. |
|
| car_km_in | integer |
None. |
|
| gas_level_out | integer |
None. |
|
| gas_level_in | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ra_insp_id": 1,
"RA_SN": 1,
"Plate": "sample string 2",
"car_km_out": 1,
"car_km_in": 1,
"gas_level_out": 1,
"gas_level_in": 1
}
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. |