POST UpdateExcept
Request Information
URI Parameters
None.
Body Parameters
UpdateExceptCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| EX_ExceptionStatus | string |
Required |
|
| EX_ID | integer |
Required |
|
| EX_IsDeleted | boolean |
Required |
|
| EX_UP_UserId | string |
Required |
|
| Handle_RespondDesc | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"EX_ExceptionStatus": "sample string 1",
"EX_ID": 2,
"EX_IsDeleted": true,
"EX_UP_UserId": "sample string 4",
"Handle_RespondDesc": "sample string 5"
}
application/xml, text/xml
Sample:
<ExceptionNoteModel.UpdateExceptCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <EX_ExceptionStatus>sample string 1</EX_ExceptionStatus> <EX_ID>2</EX_ID> <EX_IsDeleted>true</EX_IsDeleted> <EX_UP_UserId>sample string 4</EX_UP_UserId> <Handle_RespondDesc>sample string 5</Handle_RespondDesc> </ExceptionNoteModel.UpdateExceptCondition>
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>