POST api/TransportPlan/UploadImageTodayDiary
Request Information
URI Parameters
None.
Body Parameters
DrivingDiaryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Image | string |
None. |
|
| RequestStatus | boolean |
None. |
|
| IsCompleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Image": "sample string 1",
"RequestStatus": true,
"IsCompleted": true
}
application/xml, text/xml
Sample:
<DrivingDiaryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API"> <Image>sample string 1</Image> <IsCompleted>true</IsCompleted> <RequestStatus>true</RequestStatus> </DrivingDiaryModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.