POST api/esign

Request Information

URI Parameters

None.

Body Parameters

ExceptionDetail
NameDescriptionTypeAdditional information
Intid

integer

None.

strControllerName

string

None.

strMethodName

string

None.

strExceptionType

string

None.

strMessage

string

None.

strException

string

None.

strExceptionPortal

string

None.

intUserId

integer

None.

intMerchantId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Intid": 1,
  "strControllerName": "sample string 2",
  "strMethodName": "sample string 3",
  "strExceptionType": "sample string 4",
  "strMessage": "sample string 5",
  "strException": "sample string 6",
  "strExceptionPortal": "sample string 7",
  "intUserId": 8,
  "intMerchantId": 9
}

application/xml, text/xml

Sample:
<ExceptionDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PozitivePaymentAPI.Models">
  <Intid>1</Intid>
  <intMerchantId>9</intMerchantId>
  <intUserId>8</intUserId>
  <strControllerName>sample string 2</strControllerName>
  <strException>sample string 6</strException>
  <strExceptionPortal>sample string 7</strExceptionPortal>
  <strExceptionType>sample string 4</strExceptionType>
  <strMessage>sample string 5</strMessage>
  <strMethodName>sample string 3</strMethodName>
</ExceptionDetail>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.