POST Apostar/Payer/SendAlert

Request Information

URI Parameters

None.

Body Parameters

SendAlert
NameDescriptionTypeAdditional information
TransaccionChance

string

None.

transaccion

integer

None.

codigoApostar

string

None.

idPagador

string

None.

cedula

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TransaccionChance": "sample string 1",
  "transaccion": 2,
  "codigoApostar": "sample string 3",
  "idPagador": "sample string 4",
  "cedula": "sample string 5"
}

application/xml, text/xml

Sample:
<SendAlert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Apostar.Models">
  <TransaccionChance>sample string 1</TransaccionChance>
  <cedula>sample string 5</cedula>
  <codigoApostar>sample string 3</codigoApostar>
  <idPagador>sample string 4</idPagador>
  <transaccion>2</transaccion>
</SendAlert>

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/WS_Apostar.Models">
  <ResponseCode>OK</ResponseCode>
  <ResponseData />
  <ResponseMessage>sample string 1</ResponseMessage>
</SavingModels.ResponseGeneric>