PUT api/RAdata?RA_SN={RA_SN}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RA_SN | integer |
Required |
Body Parameters
t_RA_inspects| Name | Description | Type | Additional information |
|---|---|---|---|
| ra_insprec_id | integer |
None. |
|
| RA_SN | integer |
None. |
|
| Plate | string |
None. |
|
| car_out_insp | string |
None. |
|
| car_in_insp | string |
None. |
|
| car_km_out | integer |
None. |
|
| car_km_in | integer |
None. |
|
| gas_level | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ra_insprec_id": 1,
"RA_SN": 1,
"Plate": "sample string 2",
"car_out_insp": "sample string 3",
"car_in_insp": "sample string 4",
"car_km_out": 1,
"car_km_in": 1,
"gas_level": 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. |