GET api/GetDepartamentos_x_idCliente?idCliente={idCliente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Departamentos| Name | Description | Type | Additional information |
|---|---|---|---|
| idDepartamento | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| nomDepartamento | string |
None. |
|
| nomCliente | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idDepartamento": "e537a285-d16d-4fe7-b891-56f2a57ac0a5",
"idCliente": "33469428-a8f2-4b39-9f8b-d42d9ef0ef47",
"nomDepartamento": "sample string 3",
"nomCliente": "sample string 4"
}