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": "b375bf46-b74f-43cc-9946-7329c7efd7ef",
"idCliente": "d4cb2eb8-401e-4784-99d1-08492a479d12",
"nomDepartamento": "sample string 3",
"nomCliente": "sample string 4"
}