POST AguasManizales/NotifyPayment

Request Information

URI Parameters

None.

Body Parameters

RealizarPago
NameDescriptionTypeAdditional information
Convenio

string

None.

Referencia

string

None.

Efectivo

string

None.

Cheque

string

None.

Total

string

None.

IdRecaudoBanco

string

None.

FechaPago

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Convenio": "sample string 1",
  "Referencia": "sample string 2",
  "Efectivo": "sample string 3",
  "Cheque": "sample string 4",
  "Total": "sample string 5",
  "IdRecaudoBanco": "sample string 6",
  "FechaPago": "sample string 7"
}

application/xml, text/xml

Sample:
<RealizarPago xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_AguasManizales.Models">
  <Cheque>sample string 4</Cheque>
  <Convenio>sample string 1</Convenio>
  <Efectivo>sample string 3</Efectivo>
  <FechaPago>sample string 7</FechaPago>
  <IdRecaudoBanco>sample string 6</IdRecaudoBanco>
  <Referencia>sample string 2</Referencia>
  <Total>sample string 5</Total>
</RealizarPago>

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