POST ESSA/NotifyPATM

Request Information

URI Parameters

None.

Body Parameters

RequestNotifyPATMachine
NameDescriptionTypeAdditional information
lngCupon

integer

None.

intTipoPago

integer

None.

intValorPago

integer

None.

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "lngCupon": 1,
  "intTipoPago": 2,
  "intValorPago": 3,
  "Token": "sample string 4"
}

application/xml, text/xml

Sample:
<RequestNotifyPATMachine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_ESSA.Models">
  <Token>sample string 4</Token>
  <intTipoPago>2</intTipoPago>
  <intValorPago>3</intValorPago>
  <lngCupon>1</lngCupon>
</RequestNotifyPATMachine>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseGeneric
NameDescriptionTypeAdditional information
ResponseCode

ResponseCode

None.

ResponseMessage

string

None.

ResponseData

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 200,
  "ResponseMessage": "sample string 1",
  "ResponseData": {}
}

application/xml, text/xml

Sample:
<SavingModels.ResponseGeneric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_ESSA.Models">
  <ResponseCode>OK</ResponseCode>
  <ResponseData />
  <ResponseMessage>sample string 1</ResponseMessage>
</SavingModels.ResponseGeneric>