POST api/MRide/ReportProblem
Request Information
URI Parameters
None.
Body Parameters
DriverAttachment| Name | Description | Type | Additional information |
|---|---|---|---|
| FileName | string |
None. |
|
| DriverID | integer |
None. |
|
| AttachmentType | integer |
None. |
|
| Base64FileName | string |
None. |
|
| CountryCode | string |
None. |
|
| Description | string |
None. |
|
| Remarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FileName": "sample string 1",
"DriverID": 2,
"AttachmentType": 3,
"Base64FileName": "sample string 4",
"CountryCode": "sample string 5",
"Description": "sample string 6",
"Remarks": "sample string 7"
}
application/xml, text/xml
Sample:
<DriverAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRide_API"> <AttachmentType>3</AttachmentType> <Base64FileName>sample string 4</Base64FileName> <CountryCode>sample string 5</CountryCode> <Description>sample string 6</Description> <DriverID>2</DriverID> <FileName>sample string 1</FileName> <Remarks>sample string 7</Remarks> </DriverAttachment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IAsyncResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsCompleted | boolean |
None. |
|
| AsyncWaitHandle | WaitHandle |
None. |
|
| AsyncState | Object |
None. |
|
| CompletedSynchronously | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.