GET entity/work_day_of_week

获取一周工作日

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取一周工作日

DataResponseOfListOfWorkDayOfWeekViewModel
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

success

boolean

None.

data

Collection of WorkDayOfWeekViewModel

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "success": true,
  "data": [
    {
      "work_day_of_week_id": 1,
      "work_day_of_week_name": "sample string 2"
    },
    {
      "work_day_of_week_id": 1,
      "work_day_of_week_name": "sample string 2"
    }
  ]
}