POST api/GetClientes_x_nom?nomComercial={nomComercial}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nomComercial | string |
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": "c49dea54-3e34-48cb-93e2-f76944953568",
"idTPA": "e171dd52-d07e-462a-ad90-64fb1ca7bb8f",
"nomTPA": "sample string 3",
"codCliente": "sample string 4",
"nomCliente": "sample string 5",
"status": true,
"num": 7
}