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": "cbf9011b-7619-4e39-9c7a-ed941e4935f1",
"idCliente": "3ebe6903-2346-4fa8-b443-9776f55d3103",
"nomPuesto": "sample string 3",
"nomCliente": "sample string 4",
"num": 5
}