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": "0cb46a3b-0b4e-4774-9b1a-eb6a9d079c4e",
"idCliente": "efcf9e80-e64e-4111-953f-c7bbac99fb15",
"nomDepartamento": "sample string 3",
"nomCliente": "sample string 4"
}