PUT api/bo/settingstorehall/{hall_sequence}

แก้ไขข้อมูล StoreHall

Request Information

URI Parameters

NameDescriptionTypeAdditional information
hall_sequence

integer

Required

Body Parameters

m_setting_storehall_update_request
NameDescriptionTypeAdditional information
store_id

integer

None.

show_start_date

date

None.

show_end_date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "store_id": 1,
  "show_start_date": "2025-12-06T12:14:52.5358766+07:00",
  "show_end_date": "2025-12-06T12:14:52.5358766+07:00"
}

application/xml, text/xml

Sample:
<m_setting_storehall_update_request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Modules.Models.Backoffice">
  <show_end_date>2025-12-06T12:14:52.5358766+07:00</show_end_date>
  <show_start_date>2025-12-06T12:14:52.5358766+07:00</show_start_date>
  <store_id>1</store_id>
</m_setting_storehall_update_request>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'm_setting_storehall_update_request'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.