POST api/GetDepartamentos_Pag?idCliente={idCliente}&Ren={Ren}&Pag={Pag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
Required |
|
| Ren | integer |
Required |
|
| Pag | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Departamentos_Pag| Name | Description | Type | Additional information |
|---|---|---|---|
| idDepartamento | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| nomDepartamento | string |
None. |
|
| nomCliente | string |
None. |
|
| num | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idDepartamento": "663437c0-b131-4a03-be18-31703448aab6",
"idCliente": "ecc88574-d79e-4b36-8cf9-f44f4d28ca16",
"nomDepartamento": "sample string 3",
"nomCliente": "sample string 4",
"num": 5
}