POST api/anularAbono
Request Information
URI Parameters
None.
Body Parameters
Anular| Name | Description | Type | Additional information |
|---|---|---|---|
| ipagoid | integer |
None. |
|
| iusuario | integer |
None. |
|
| icredito | integer |
None. |
|
| icuota | integer |
None. |
|
| ivalorPago | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ipagoid": 1,
"iusuario": 2,
"icredito": 3,
"icuota": 4,
"ivalorPago": 5
}
application/xml, text/xml
Sample:
<Anular xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mvfwebapi.Models"> <icredito>3</icredito> <icuota>4</icuota> <ipagoid>1</ipagoid> <iusuario>2</iusuario> <ivalorPago>5</ivalorPago> </Anular>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |