POST api/GetDepartamentos?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": "89a3f030-e4e5-49c3-9866-7503a99c9ab2",
"idCliente": "0c061e7c-5207-40cf-9f04-f95a45f3fe11",
"nomDepartamento": "sample string 3",
"nomCliente": "sample string 4"
}