POST api/GetNomProveedor_x_id?idProveedor={idProveedor}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_nomProveedores| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| nomComercial | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idProveedor": "ae958aa6-d79a-42f1-9204-9f804820047e",
"nomComercial": "sample string 2"
}