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": "90cc198f-7e47-45f8-b0c6-79e332871b10",
"idTPA": "53cb2798-9818-4ed9-9a08-96f07bdaa37c",
"nomTPA": "sample string 3",
"codCliente": "sample string 4",
"nomCliente": "sample string 5",
"status": true,
"num": 7
}