POST api/GetDireccion_x_idSucursal?idSucursal={idSucursal}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idSucursal | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Proveedores| 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. |
Response Formats
application/json, text/json
Sample:
{
"idProveedor": "379b4741-1ed4-470a-a09d-e01e03b0a652",
"numProveedor": "sample string 2",
"nomComercial": "sample string 3",
"iniVigencia": "2026-03-13T20:40:13.224068+00:00",
"finVigencia": "2026-03-13T20:40:13.224068+00:00",
"idTipoProveedor": "1d2d491d-c109-4fd6-9242-c52cab0aa70c",
"fecAlta": "2026-03-13T20:40:13.224068+00:00",
"status": true,
"idTipoPersona": "1529293f-f038-40be-875a-dbebc9c572ce",
"fecBaja": "2026-03-13T20:40:13.224068+00:00",
"idDireccionComercial": "027cc113-3606-4c81-92a1-6dcab886a9a1"
}