POST api/cobro/InsertarCobro
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Cobro | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"ZoneId": 2,
"ZoneName": "sample string 3",
"CentroRecolecionId": 4,
"CentroRecolecion": "sample string 5",
"Monto": 6.0,
"Observacion": "sample string 7",
"Imei": "sample string 8"
}
application/xml, text/xml
Sample:
<RecollecionXUsuarioEn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EN.Cobros"> <CentroRecolecion>sample string 5</CentroRecolecion> <CentroRecolecionId>4</CentroRecolecionId> <Id>1</Id> <Imei>sample string 8</Imei> <Monto>6</Monto> <Observacion>sample string 7</Observacion> <ZoneId>2</ZoneId> <ZoneName>sample string 3</ZoneName> </RecollecionXUsuarioEn>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.