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": "9f9be550-8b1f-4698-b46c-5715e90b04a8",
"idCliente": "9fc5de49-b4c0-4485-aa5a-d024c73c9cac",
"nomPuesto": "sample string 3",
"nomCliente": "sample string 4",
"num": 5
}