GET api/clientes/{codigo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Cliente| Name | Description | Type | Additional information |
|---|---|---|---|
| Codigo | string |
None. |
|
| Nombre | string |
None. |
|
| ExentoIVA | boolean |
None. |
|
| IdTarifa | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Codigo": "sample string 1",
"Nombre": "sample string 2",
"ExentoIVA": true,
"IdTarifa": "sample string 4"
}