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": "fe81d53f-b34c-427d-b70d-ee88ec9bf273",
"idCliente": "b8fbdc71-1676-44e1-bf88-06d65054d884",
"nomDepartamento": "sample string 3",
"nomCliente": "sample string 4"
}