GET api/ConsolidadoFacturasMensajero
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ConsolidadoFacturas| Name | Description | Type | Additional information |
|---|---|---|---|
| CODIGOMENSAJE | string |
None. |
|
| MENSAJE | string |
None. |
|
| CANFACTURASASIGNADAS | string |
None. |
|
| CANFACTURASCUADRADAS | string |
None. |
|
| CANFACTURASCANCELADAS | string |
None. |
|
| CANFACTURASDEVUELTAS | string |
None. |
|
| MONTOCUADRADO | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CODIGOMENSAJE": "sample string 1",
"MENSAJE": "sample string 2",
"CANFACTURASASIGNADAS": "sample string 3",
"CANFACTURASCUADRADAS": "sample string 4",
"CANFACTURASCANCELADAS": "sample string 5",
"CANFACTURASDEVUELTAS": "sample string 6",
"MONTOCUADRADO": "sample string 7"
}