POST EmployeeStores/ArchiveEmployeeStores

Request Information

URI Parameters

None.

Body Parameters

EmployeeStoresDataContext
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.

storesTokenList

Collection of string

None.

employeeStoresToken

string

None.

employeeStoresCode

string

None.

employeeToken

string

None.

employeeNameCurrent

string

None.

employeeRoleToken

string

None.

employeeRoleNameCurrent

string

None.

storeToken

string

None.

storeNameCurrent

string

None.

employeeWorkPlaceTypeToken

string

None.

employeeWorkPlaceTypeNameEn

string

None.

employeeWorkPlaceTypeNameAr

string

None.

employeeWorkPlaceTypeNameUnd

string

None.

employeeStoresNotes

string

None.

actionDateTime

string

None.

actionDate

string

None.

actionTime

string

None.

employeeStoresArchiveStatus

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"
  ],
  "storesTokenList": [
    "sample string 1",
    "sample string 2"
  ],
  "employeeStoresToken": "sample string 11",
  "employeeStoresCode": "sample string 12",
  "employeeToken": "sample string 13",
  "employeeNameCurrent": "sample string 14",
  "employeeRoleToken": "sample string 15",
  "employeeRoleNameCurrent": "sample string 16",
  "storeToken": "sample string 17",
  "storeNameCurrent": "sample string 18",
  "employeeWorkPlaceTypeToken": "sample string 19",
  "employeeWorkPlaceTypeNameEn": "sample string 20",
  "employeeWorkPlaceTypeNameAr": "sample string 21",
  "employeeWorkPlaceTypeNameUnd": "sample string 22",
  "employeeStoresNotes": "sample string 23",
  "actionDateTime": "sample string 24",
  "actionDate": "sample string 25",
  "actionTime": "sample string 26",
  "employeeStoresArchiveStatus": true
}

application/xml, text/xml

Sample:
<EmployeeStoresDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelUI.EmployeesModule.EmployeeStores">
  <actionDate xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 25</actionDate>
  <actionDateTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 24</actionDateTime>
  <actionTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 26</actionTime>
  <employeeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 14</employeeNameCurrent>
  <employeeRoleNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 16</employeeRoleNameCurrent>
  <employeeRoleToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 15</employeeRoleToken>
  <employeeStoresArchiveStatus xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">true</employeeStoresArchiveStatus>
  <employeeStoresCode xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 12</employeeStoresCode>
  <employeeStoresNotes xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 23</employeeStoresNotes>
  <employeeStoresToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 11</employeeStoresToken>
  <employeeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 13</employeeToken>
  <employeeWorkPlaceTypeNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 21</employeeWorkPlaceTypeNameAr>
  <employeeWorkPlaceTypeNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 20</employeeWorkPlaceTypeNameEn>
  <employeeWorkPlaceTypeNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 22</employeeWorkPlaceTypeNameUnd>
  <employeeWorkPlaceTypeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 19</employeeWorkPlaceTypeToken>
  <storeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 18</storeNameCurrent>
  <storeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 17</storeToken>
  <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>
  <storesTokenList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </storesTokenList>
  <textSearch>sample string 3</textSearch>
  <userAuthorizeToken>sample string 10</userAuthorizeToken>
</EmployeeStoresDataContext>

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.