POST api/GetClientes
Request Information
URI Parameters
None.
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": "509bbfd0-f3a2-4dab-a8ca-21f287302e01",
"idTPA": "7a914b4f-fe8b-420b-a692-78148283a92d",
"nomTPA": "sample string 3",
"codCliente": "sample string 4",
"nomCliente": "sample string 5",
"status": true,
"num": 7
}