POST EmployeeWorkSchedule/FinalDeleteEmployeeWorkSchedule

Request Information

URI Parameters

None.

Body Parameters

EmployeeWorkScheduleDataContext
NameDescriptionTypeAdditional information
filterStatus

boolean

None.

paginationStatus

boolean

None.

textSearch

string

None.

language

string

None.

columnName

string

None.

statusWithAll

boolean

None.

pageSize

integer

None.

page

integer

None.

sortToken

string

None.

userAuthorizeToken

string

None.

employeeTokenList

Collection of string

None.

employeeWorkScheduleToken

string

None.

employeeWorkScheduleCode

string

None.

employeeToken

string

None.

employeeNameCurrent

string

None.

workPlanToken

string

None.

workPlanNameCurrent

string

None.

employeeWorkScheduleActiveStart

string

None.

employeeWorkScheduleActiveEnd

string

None.

employeeWorkScheduleNotes

string

None.

actionDateTime

string

None.

actionDate

string

None.

actionTime

string

None.

employeeWorkScheduleArchiveStatus

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "filterStatus": true,
  "paginationStatus": true,
  "textSearch": "sample string 3",
  "language": "sample string 4",
  "columnName": "sample string 5",
  "statusWithAll": true,
  "pageSize": 7,
  "page": 8,
  "sortToken": "sample string 9",
  "userAuthorizeToken": "sample string 10",
  "employeeTokenList": [
    "sample string 1",
    "sample string 2"
  ],
  "employeeWorkScheduleToken": "sample string 11",
  "employeeWorkScheduleCode": "sample string 12",
  "employeeToken": "sample string 13",
  "employeeNameCurrent": "sample string 14",
  "workPlanToken": "sample string 15",
  "workPlanNameCurrent": "sample string 16",
  "employeeWorkScheduleActiveStart": "sample string 17",
  "employeeWorkScheduleActiveEnd": "sample string 18",
  "employeeWorkScheduleNotes": "sample string 19",
  "actionDateTime": "sample string 20",
  "actionDate": "sample string 21",
  "actionTime": "sample string 22",
  "employeeWorkScheduleArchiveStatus": true
}

application/xml, text/xml

Sample:
<EmployeeWorkScheduleDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelUI.EmployeeWorkSchedule">
  <actionDate xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeeWorkSchedule">sample string 21</actionDate>
  <actionDateTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeeWorkSchedule">sample string 20</actionDateTime>
  <actionTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeeWorkSchedule">sample string 22</actionTime>
  <employeeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeeWorkSchedule">sample string 14</employeeNameCurrent>
  <employeeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeeWorkSchedule">sample string 13</employeeToken>
  <employeeWorkScheduleActiveEnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeeWorkSchedule">sample string 18</employeeWorkScheduleActiveEnd>
  <employeeWorkScheduleActiveStart xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeeWorkSchedule">sample string 17</employeeWorkScheduleActiveStart>
  <employeeWorkScheduleArchiveStatus xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeeWorkSchedule">true</employeeWorkScheduleArchiveStatus>
  <employeeWorkScheduleCode xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeeWorkSchedule">sample string 12</employeeWorkScheduleCode>
  <employeeWorkScheduleNotes xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeeWorkSchedule">sample string 19</employeeWorkScheduleNotes>
  <employeeWorkScheduleToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeeWorkSchedule">sample string 11</employeeWorkScheduleToken>
  <workPlanNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeeWorkSchedule">sample string 16</workPlanNameCurrent>
  <workPlanToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeeWorkSchedule">sample string 15</workPlanToken>
  <columnName>sample string 5</columnName>
  <employeeTokenList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </employeeTokenList>
  <filterStatus>true</filterStatus>
  <language>sample string 4</language>
  <page>8</page>
  <pageSize>7</pageSize>
  <paginationStatus>true</paginationStatus>
  <sortToken>sample string 9</sortToken>
  <statusWithAll>true</statusWithAll>
  <textSearch>sample string 3</textSearch>
  <userAuthorizeToken>sample string 10</userAuthorizeToken>
</EmployeeWorkScheduleDataContext>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.