POST api/1/HoursOfOperation/UpsertHoursOfOperation

Request Information

URI Parameters

None.

Body Parameters

Collection of hours_of_operation
NameDescriptionTypeAdditional information
store_id

integer

None.

hours_of_operation_id

integer

None.

item_id

integer

None.

day_of_week

string

None.

hours_of_operation_begin

string

None.

hours_of_operation_end

string

None.

hours_of_operation_type

string

None.

MarketId

integer

None.

Request Formats

application/json

Sample:
[
  {
    "item_id": 3,
    "hours_of_operation_id": 2,
    "store_id": 1,
    "MarketId": 1,
    "hours_of_operation_type": "sample string 7",
    "hours_of_operation_end": "sample string 6",
    "hours_of_operation_begin": "sample string 5",
    "day_of_week": "sample string 4"
  },
  {
    "item_id": 3,
    "hours_of_operation_id": 2,
    "store_id": 1,
    "MarketId": 1,
    "hours_of_operation_type": "sample string 7",
    "hours_of_operation_end": "sample string 6",
    "hours_of_operation_begin": "sample string 5",
    "day_of_week": "sample string 4"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json

Sample:

Sample not available.