POST api/NoPago
Request Information
URI Parameters
None.
Body Parameters
NoPagos| Name | Description | Type | Additional information |
|---|---|---|---|
| Referencia | string |
None. |
|
| IdRuta | integer |
None. |
|
| Items | Collection of ItemNoPagos |
None. |
Request Formats
application/json, text/json
Sample:
{
"Referencia": "sample string 1",
"IdRuta": 2,
"Items": [
{
"IdNoPago": 1,
"Fecha": "2025-12-13T03:00:09.1706475-08:00",
"IdCliente": "sample string 3",
"Origen": 4,
"IdRazon": 5,
"Razon": "sample string 6",
"Latitud": 7.1,
"Longitud": 8.1
},
{
"IdNoPago": 1,
"Fecha": "2025-12-13T03:00:09.1706475-08:00",
"IdCliente": "sample string 3",
"Origen": 4,
"IdRazon": 5,
"Razon": "sample string 6",
"Latitud": 7.1,
"Longitud": 8.1
}
]
}
application/xml, text/xml
Sample:
<NoPagos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiSag.Models">
<IdRuta>2</IdRuta>
<Items>
<ItemNoPagos>
<Fecha>2025-12-13T03:00:09.1706475-08:00</Fecha>
<IdCliente>sample string 3</IdCliente>
<IdNoPago>1</IdNoPago>
<IdRazon>5</IdRazon>
<Latitud>7.1</Latitud>
<Longitud>8.1</Longitud>
<Origen>4</Origen>
<Razon>sample string 6</Razon>
</ItemNoPagos>
<ItemNoPagos>
<Fecha>2025-12-13T03:00:09.1706475-08:00</Fecha>
<IdCliente>sample string 3</IdCliente>
<IdNoPago>1</IdNoPago>
<IdRazon>5</IdRazon>
<Latitud>7.1</Latitud>
<Longitud>8.1</Longitud>
<Origen>4</Origen>
<Razon>sample string 6</Razon>
</ItemNoPagos>
</Items>
<Referencia>sample string 1</Referencia>
</NoPagos>
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. |