POST api/PlanPago/AnularPago
Request Information
URI Parameters
None.
Body Parameters
CAnulacionCuotaName | Description | Type | Additional information |
---|---|---|---|
ID_ReciboPago | string |
None. |
|
Motivo | string |
None. |
|
Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID_ReciboPago": "sample string 1", "Motivo": "sample string 2", "Token": "sample string 3" }
text/html
Sample:
{"ID_ReciboPago":"sample string 1","Motivo":"sample string 2","Token":"sample string 3"}
application/xml, text/xml
Sample:
<CAnulacionCuota xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIALWEB.Models"> <ID_ReciboPago>sample string 1</ID_ReciboPago> <Motivo>sample string 2</Motivo> <Token>sample string 3</Token> </CAnulacionCuota>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of CJsonRespName | Description | Type | Additional information |
---|---|---|---|
codigo_respuesta | string |
None. |
|
mensaje_respuesta | string |
None. |
|
datos | Object |
None. |
Response Formats
application/json, text/json
Sample:
[ { "codigo_respuesta": "sample string 1", "mensaje_respuesta": "sample string 2", "datos": {} }, { "codigo_respuesta": "sample string 1", "mensaje_respuesta": "sample string 2", "datos": {} } ]
text/html
Sample:
[{"codigo_respuesta":"sample string 1","mensaje_respuesta":"sample string 2","datos":{}},{"codigo_respuesta":"sample string 1","mensaje_respuesta":"sample string 2","datos":{}}]
application/xml, text/xml
Sample:
<ArrayOfCJsonResp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIALWEB.Models"> <CJsonResp> <codigo_respuesta>sample string 1</codigo_respuesta> <datos /> <mensaje_respuesta>sample string 2</mensaje_respuesta> </CJsonResp> <CJsonResp> <codigo_respuesta>sample string 1</codigo_respuesta> <datos /> <mensaje_respuesta>sample string 2</mensaje_respuesta> </CJsonResp> </ArrayOfCJsonResp>