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": "e1a6c2c6-f81c-401f-8ae0-f55cb1763cc4",
"idCliente": "e2c9ee39-c7aa-468c-bf13-502163468b02",
"nomPuesto": "sample string 3",
"nomCliente": "sample string 4",
"num": 5
}