PUT api/v1/sucursales/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
GeoSucursal| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_Sucursal | integer |
None. |
|
| Codigo | string |
Required Max length: 20 |
|
| Codigo_Corto | string |
Required Max length: 3 |
|
| Nombre | string |
Required Max length: 150 |
|
| Direccion | string |
Max length: 250 |
|
| ID_Direccion | integer |
None. |
|
| Direccion_Geo | GeoDireccion |
None. |
|
| Telefono | string |
Max length: 20 |
|
| string |
Max length: 150 |
||
| Horario_Apertura | time interval |
None. |
|
| Horario_Cierre | time interval |
None. |
|
| Latitud | decimal number |
None. |
|
| Longitud | decimal number |
None. |
|
| ID_Pueblo | integer |
None. |
|
| Pueblo | GeoPueblo |
None. |
|
| Realiza_Recogidas | boolean |
None. |
|
| Realiza_Repartos | boolean |
None. |
|
| Es_Bodega_CrossDocking | boolean |
None. |
|
| Es_Bodega_WMS | boolean |
None. |
|
| Tipo_Sucursal | integer |
None. |
|
| Pueblos | Collection of GeoPueblo |
None. |
|
| CoberturaReparto | Collection of GeoSucursalCoberturaReparto |
None. |
|
| CoberturaRetiro | Collection of GeoSucursalCoberturaRetiro |
None. |
|
| Alta_Fecha | date |
None. |
|
| Alta_Usuario | string |
None. |
|
| Modi_Fecha | date |
None. |
|
| Modi_Usuario | string |
None. |
|
| Baja_Fecha | date |
None. |
|
| Baja_Usuario | string |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.