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": "bd3b7be9-ff0f-47f9-b196-2424925680c6",
"idCliente": "37decd7f-497f-408a-90d2-4f8c5c4afd82",
"nomDepartamento": "sample string 3",
"nomCliente": "sample string 4",
"num": 5
}