POST api/{area}/PDA/ExceptionHandle

Request Information

URI Parameters

NameDescriptionTypeAdditional information
area

string

None.

Body Parameters

ExceptionHandleModel
NameDescriptionTypeAdditional information
Code

string

None.

OrganCode

string

None.

BizID

string

None.

IsExceptionHandled

integer

None.

ExceptionHandleResult

string

None.

ExceptionHandlePeople

string

None.

RecheckSign

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "OrganCode": "sample string 2",
  "BizID": "sample string 3",
  "IsExceptionHandled": 4,
  "ExceptionHandleResult": "sample string 5",
  "ExceptionHandlePeople": "sample string 6",
  "RecheckSign": 7
}

application/xml, text/xml

Sample:
<ExceptionHandleModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CE.WebOpenApi.Areas.PDA.Models">
  <BizID>sample string 3</BizID>
  <Code>sample string 1</Code>
  <ExceptionHandlePeople>sample string 6</ExceptionHandlePeople>
  <ExceptionHandleResult>sample string 5</ExceptionHandleResult>
  <IsExceptionHandled>4</IsExceptionHandled>
  <OrganCode>sample string 2</OrganCode>
  <RecheckSign>7</RecheckSign>
</ExceptionHandleModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResponse
NameDescriptionTypeAdditional information
errCode

integer

None.

errMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "errCode": 1,
  "errMsg": "sample string 2"
}

application/xml, text/xml

Sample:
<ApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CE.WebOpenApi.Models">
  <errCode>1</errCode>
  <errMsg>sample string 2</errMsg>
</ApiResponse>