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": "e0d08189-158f-4863-8850-28b521b65995",
"idCliente": "eaff5936-91fd-495e-ad4f-c71d9db89f1c",
"nomDepartamento": "sample string 3",
"nomCliente": "sample string 4",
"num": 5
}