PUT api/Sucursal/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Sucursal| Name | Description | Type | Additional information |
|---|---|---|---|
| SucursalID | integer |
None. |
|
| Nombre | string |
None. |
|
| logo | string |
None. |
|
| EmpresaID | integer |
None. |
|
| Contacto | string |
None. |
|
| Codigo | string |
None. |
|
| Empresa | Empresa |
None. |
|
| Recibo | Collection of Recibo |
None. |
|
| Usuario | Collection of Usuario |
None. |
|
| HistoricoUsuarioSucursal | Collection of HistoricoUsuarioSucursal |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
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
None.