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": "fe67119e-5ecd-46ed-b872-f59d1bfcd28b",
"idCliente": "186a3cc0-982e-4f22-ad19-a50f383df616",
"nomPuesto": "sample string 3",
"nomCliente": "sample string 4",
"num": 5
}