POST EmployeeStores/RestoreEmployeeStores
Request Information
URI Parameters
None.
Body Parameters
EmployeeStoresDataContext| Name | Description | Type | Additional 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. |
|
| employeeImagePath | string |
None. |
|
| employeeCode | string |
None. |
|
| employeeToken | string |
None. |
|
| employeeNameCurrent | string |
None. |
|
| employeeCountryCode | string |
None. |
|
| employeePhone | string |
None. |
|
| employeePhoneWithCC | string |
None. |
|
| storeRoleToken | string |
None. |
|
| storeRoleNameCurrent | string |
None. |
|
| storeToken | string |
None. |
|
| storeImagePath | string |
None. |
|
| storeNameCurrent | string |
None. |
|
| storeNameAr | string |
None. |
|
| storeNameEn | string |
None. |
|
| storeNameUnd | string |
None. |
|
| employeeWorkPlaceTypeToken | string |
None. |
|
| employeeWorkPlaceTypeNameCurrent | 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",
"employeeImagePath": "sample string 13",
"employeeCode": "sample string 14",
"employeeToken": "sample string 15",
"employeeNameCurrent": "sample string 16",
"employeeCountryCode": "sample string 17",
"employeePhone": "sample string 18",
"employeePhoneWithCC": "sample string 19",
"storeRoleToken": "sample string 20",
"storeRoleNameCurrent": "sample string 21",
"storeToken": "sample string 22",
"storeImagePath": "sample string 23",
"storeNameCurrent": "sample string 24",
"storeNameAr": "sample string 25",
"storeNameEn": "sample string 26",
"storeNameUnd": "sample string 27",
"employeeWorkPlaceTypeToken": "sample string 28",
"employeeWorkPlaceTypeNameCurrent": "sample string 29",
"employeeWorkPlaceTypeNameEn": "sample string 30",
"employeeWorkPlaceTypeNameAr": "sample string 31",
"employeeWorkPlaceTypeNameUnd": "sample string 32",
"employeeStoresNotes": "sample string 33",
"actionDateTime": "sample string 34",
"actionDate": "sample string 35",
"actionTime": "sample string 36",
"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 35</actionDate>
<actionDateTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 34</actionDateTime>
<actionTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 36</actionTime>
<employeeCode xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 14</employeeCode>
<employeeCountryCode xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 17</employeeCountryCode>
<employeeImagePath xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 13</employeeImagePath>
<employeeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 16</employeeNameCurrent>
<employeePhone xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 18</employeePhone>
<employeePhoneWithCC xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 19</employeePhoneWithCC>
<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 33</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 15</employeeToken>
<employeeWorkPlaceTypeNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 31</employeeWorkPlaceTypeNameAr>
<employeeWorkPlaceTypeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 29</employeeWorkPlaceTypeNameCurrent>
<employeeWorkPlaceTypeNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 30</employeeWorkPlaceTypeNameEn>
<employeeWorkPlaceTypeNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 32</employeeWorkPlaceTypeNameUnd>
<employeeWorkPlaceTypeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 28</employeeWorkPlaceTypeToken>
<storeImagePath xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 23</storeImagePath>
<storeNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 25</storeNameAr>
<storeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 24</storeNameCurrent>
<storeNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 26</storeNameEn>
<storeNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 27</storeNameUnd>
<storeRoleNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 21</storeRoleNameCurrent>
<storeRoleToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 20</storeRoleToken>
<storeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.EmployeesModule.EmployeeStores">sample string 22</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| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |