POST api/GetPuestos_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_Puestos_Pag| Name | Description | Type | Additional information |
|---|---|---|---|
| idPuesto | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| nomPuesto | string |
None. |
|
| nomCliente | string |
None. |
|
| num | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPuesto": "5edf1847-f048-4369-84a3-17dca55e2928",
"idCliente": "2d5bd083-cf79-4360-86c5-18e5e74114b5",
"nomPuesto": "sample string 3",
"nomCliente": "sample string 4",
"num": 5
}