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": "994d93f0-5dd7-4d2e-bacd-aadcad92855b",
"idTPA": "775b460d-837b-4dbf-a64f-b7da97fe5461",
"nomTPA": "sample string 3",
"codCliente": "sample string 4",
"nomCliente": "sample string 5",
"status": true,
"num": 7
}