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": "6ed69dc9-c1c1-45bd-84d7-31e7a2121e07",
"idCliente": "9ac65dcf-cecd-4b46-9ecf-97b76018d0e7",
"nomDepartamento": "sample string 3",
"nomCliente": "sample string 4"
}