POST api/VehicleInspection/VI_PicInfo
Request Information
URI Parameters
None.
Body Parameters
VIPictureInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| YKVI_PicID | string |
None. |
|
| Plate_Number | string |
None. |
|
| PLATE_TYPE_CODE | string |
None. |
|
| InspID | string |
None. |
|
| Pic_URL | string |
None. |
|
| Pic_type | string |
None. |
|
| Pic_date | string |
None. |
|
| UserID | string |
None. |
|
| Status | string |
None. |
|
| CreatedDate | string |
None. |
|
| UpdatedDate | string |
None. |
|
| Condition | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"YKVI_PicID": "sample string 1",
"Plate_Number": "sample string 2",
"PLATE_TYPE_CODE": "sample string 3",
"InspID": "sample string 4",
"Pic_URL": "sample string 5",
"Pic_type": "sample string 6",
"Pic_date": "sample string 7",
"UserID": "sample string 8",
"Status": "sample string 9",
"CreatedDate": "sample string 10",
"UpdatedDate": "sample string 11",
"Condition": "sample string 12"
}
application/xml, text/xml
Sample:
<VIPictureInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Types.VehicleInspection"> <Condition>sample string 12</Condition> <CreatedDate>sample string 10</CreatedDate> <InspID>sample string 4</InspID> <PLATE_TYPE_CODE>sample string 3</PLATE_TYPE_CODE> <Pic_URL>sample string 5</Pic_URL> <Pic_date>sample string 7</Pic_date> <Pic_type>sample string 6</Pic_type> <Plate_Number>sample string 2</Plate_Number> <Status>sample string 9</Status> <UpdatedDate>sample string 11</UpdatedDate> <UserID>sample string 8</UserID> <YKVI_PicID>sample string 1</YKVI_PicID> </VIPictureInfo>
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. |