POST Client/Request/Exception/Calling

Method to record the call happens in Exception Process

Request Information

URI Parameters

None.

Body Parameters

ParaRequestExceptionCall
NameDescriptionTypeAdditional information
CallId

string

None.

CallSuccessful

boolean

None.

CallTypeCodeId

integer

None.

PMOrBackup

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CallId": "sample string 1",
  "CallSuccessful": true,
  "CallTypeCodeId": 3,
  "PMOrBackup": true
}

application/xml, text/xml

Sample:
<ParaRequestExceptionCall xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEYILib.APIModels">
  <CallId>sample string 1</CallId>
  <CallSuccessful>true</CallSuccessful>
  <CallTypeCodeId>3</CallTypeCodeId>
  <PMOrBackup>true</PMOrBackup>
</ParaRequestExceptionCall>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.