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": "efbe3c48-e02d-4665-b2e5-d30575b7d358",
"idCliente": "5a035196-c516-43ba-b26c-6d6605137705",
"nomDepartamento": "sample string 3",
"nomCliente": "sample string 4",
"num": 5
}