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": "31db75a1-00ac-4d73-bb3e-b09bc9f5d2fe",
"idCliente": "1e0bfdb2-1003-4885-8a0b-031dbd3bb259",
"nomDepartamento": "sample string 3",
"nomCliente": "sample string 4"
}