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": "fe47611c-8575-46e0-978c-be1ef05c11f0",
"idCliente": "2e41b79a-4306-4fb3-b4d8-b8b7b758b845",
"nomDepartamento": "sample string 3",
"nomCliente": "sample string 4"
}