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": "a20e4af6-2ca4-4460-bb85-910b976c551e",
"idCliente": "e0030ca2-27fb-4103-bda7-69b7ef5ac6b6",
"nomDepartamento": "sample string 3",
"nomCliente": "sample string 4",
"num": 5
}