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": "9bfae3e2-ffea-46ca-8c26-6b0d296645a9",
"numProveedor": "sample string 2",
"nomComercial": "sample string 3",
"iniVigencia": "2026-03-21T02:01:42.2229549-04:00",
"finVigencia": "2026-03-21T02:01:42.2229549-04:00",
"idTipoProveedor": "ab304181-3b74-4182-a507-0aa12e84d056",
"fecAlta": "2026-03-21T02:01:42.2229549-04:00",
"status": true,
"idTipoPersona": "2d37a232-3cae-4688-bfe9-4897a3d21aae",
"fecBaja": "2026-03-21T02:01:42.2229549-04:00",
"idDireccionComercial": "803d23b1-17f2-45a7-8519-0025be9069a0"
}