POST api/Actualiza_idDirComercial?idProveedor={idProveedor}&idDirComercial={idDirComercial}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
Required |
|
| idDirComercial | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
spObtenerProveedor_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| numProveedor | string |
None. |
|
| nomComercial | string |
None. |
|
| iniVigencia | date |
None. |
|
| finVigencia | date |
None. |
|
| idTipoProveedor | globally unique identifier |
None. |
|
| fecAlta | date |
None. |
|
| status | boolean |
None. |
|
| idTipoPersona | globally unique identifier |
None. |
|
| fecBaja | date |
None. |
|
| idDireccionComercial | globally unique identifier |
None. |
|
| nomTipoProveedor | string |
None. |
|
| nomTipoPersona | string |
None. |
|
| DatosGenerales | integer |
None. |
|
| DatosFiscales | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idProveedor": "15980112-816d-48e8-b797-60719e98ca4c",
"numProveedor": "sample string 2",
"nomComercial": "sample string 3",
"iniVigencia": "2026-05-08T14:17:43.9610001+00:00",
"finVigencia": "2026-05-08T14:17:43.9610001+00:00",
"idTipoProveedor": "0bd47c90-f3f2-4339-aaa9-6b32e9421937",
"fecAlta": "2026-05-08T14:17:43.9610001+00:00",
"status": true,
"idTipoPersona": "2320489d-3cf7-4061-83c8-7220ff90c3fc",
"fecBaja": "2026-05-08T14:17:43.9610001+00:00",
"idDireccionComercial": "66604a10-2082-47ff-9cd7-cf083ad59da0",
"nomTipoProveedor": "sample string 10",
"nomTipoPersona": "sample string 11",
"DatosGenerales": 12,
"DatosFiscales": 13
}