POST Facilisimo/BetPlay/NotifyRecharge

Request Information

URI Parameters

None.

Body Parameters

RequestNotifyBetplay
NameDescriptionTypeAdditional information
Token

string

None.

ClienteId

unsigned integer

None.

subproducto

subproducto

None.

valor

integer

None.

transaccionId

unsigned integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "ClienteId": 2,
  "subproducto": {
    "Id": 1
  },
  "valor": 3,
  "transaccionId": 4
}

application/xml, text/xml

Sample:
<RequestNotifyBetplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Facilisimo.Models">
  <ClienteId>2</ClienteId>
  <Token>sample string 1</Token>
  <subproducto>
    <Id>1</Id>
  </subproducto>
  <transaccionId>4</transaccionId>
  <valor>3</valor>
</RequestNotifyBetplay>

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