POST CreateException
Request Information
URI Parameters
None.
Body Parameters
ExceptionCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| CarPlate | string |
Required |
|
| CorporateName | string |
Required |
|
| ExceptionNote | string |
None. |
|
| ExceptionType | string |
Required |
|
| OL_Code | string |
None. |
|
| Remark | string |
None. |
|
| ReportPic | Collection of ExceptionPicCondition |
None. |
Request Formats
application/json, text/json
Sample:
{
"CarPlate": "sample string 1",
"CorporateName": "sample string 2",
"ExceptionNote": "sample string 3",
"ExceptionType": "sample string 4",
"OL_Code": "sample string 5",
"Remark": "sample string 6",
"ReportPic": [
{
"FileBase64": "sample string 1",
"PicType": "sample string 2"
},
{
"FileBase64": "sample string 1",
"PicType": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<ExceptionNoteModel.ExceptionCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<CarPlate>sample string 1</CarPlate>
<CorporateName>sample string 2</CorporateName>
<ExceptionNote>sample string 3</ExceptionNote>
<ExceptionType>sample string 4</ExceptionType>
<OL_Code>sample string 5</OL_Code>
<Remark>sample string 6</Remark>
<ReportPic>
<ExceptionNoteModel.ExceptionPicCondition>
<FileBase64>sample string 1</FileBase64>
<PicType>sample string 2</PicType>
</ExceptionNoteModel.ExceptionPicCondition>
<ExceptionNoteModel.ExceptionPicCondition>
<FileBase64>sample string 1</FileBase64>
<PicType>sample string 2</PicType>
</ExceptionNoteModel.ExceptionPicCondition>
</ReportPic>
</ExceptionNoteModel.ExceptionCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Object |
None. |
|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| response | Enum |
None. |
|
| exception | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<BaseModels.BaseResultOfanyTypeRvdAXEcW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <body /> <exception>sample string 3</exception> <isSuccess>true</isSuccess> <response i:nil="true" /> </BaseModels.BaseResultOfanyTypeRvdAXEcW>