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": "4046d374-524f-4bd6-933c-4eccc604a7de",
"idCliente": "38e4ba23-cb85-40c5-a2e7-0a0b2ada3b1d",
"nomDepartamento": "sample string 3",
"nomCliente": "sample string 4"
}