GET api/GasExpedicions?Cierrefecha={Cierrefecha}&codigoreparto={codigoreparto}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| Cierrefecha | string | Required | |
| codigoreparto | string | Required | 
Body Parameters
None.
Response Information
Resource Description
VmCierreGet| Name | Description | Type | Additional information | 
|---|---|---|---|
| cobrado | decimal number | None. | |
| reparto | decimal number | None. | |
| ingreso | decimal number | None. | |
| rendido | decimal number | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "cobrado": 1.0,
  "reparto": 1.0,
  "ingreso": 1.0,
  "rendido": 1.0
}
        text/html
            Sample:
        
{"cobrado":1.0,"reparto":1.0,"ingreso":1.0,"rendido":1.0}
        application/xml, text/xml
            Sample:
<GasExpedicionsController.VmCierreGet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Controllers"> <cobrado>1</cobrado> <ingreso>1</ingreso> <rendido>1</rendido> <reparto>1</reparto> </GasExpedicionsController.VmCierreGet>