POST api/GetClientes_x_Pag?Pag={Pag}&Ren={Ren}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Pag | integer |
Required |
|
| Ren | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Clientes| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
None. |
|
| idTPA | globally unique identifier |
None. |
|
| nomTPA | string |
None. |
|
| codCliente | string |
None. |
|
| nomCliente | string |
None. |
|
| status | boolean |
None. |
|
| num | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idCliente": "ec5a34e1-254e-4658-b47d-60dd449e5c5a",
"idTPA": "2991116a-0ae5-4a5b-9daa-6c46820283ae",
"nomTPA": "sample string 3",
"codCliente": "sample string 4",
"nomCliente": "sample string 5",
"status": true,
"num": 7
}