GET api/CpbComprobante/GetCpbComprobante/{Comprobante}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Comprobante | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CpbComprobante| Name | Description | Type | Additional information |
|---|---|---|---|
| Comprobante | string |
None. |
|
| Denominacion | string |
None. |
|
| SaldoTipo | string |
None. |
|
| Clase | string |
None. |
|
| Orden | integer |
None. |
|
| Modificable | integer |
None. |
|
| Extra | integer |
None. |
|
| Aplica | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Comprobante": "sample string 1",
"Denominacion": "sample string 2",
"SaldoTipo": "sample string 3",
"Clase": "sample string 4",
"Orden": 5,
"Modificable": 6,
"Extra": 7,
"Aplica": 8
}