POST StoresTimes/UpdateStoreTime
Request Information
URI Parameters
None.
Body Parameters
StoresTimesDataContext| Name | Description | Type | Additional information |
|---|---|---|---|
| filterStatus | boolean |
None. |
|
| paginationStatus | boolean |
None. |
|
| textSearch | string |
None. |
|
| language | string |
None. |
|
| statusWithAll | boolean |
None. |
|
| pageSize | integer |
None. |
|
| page | integer |
None. |
|
| sortToken | string |
None. |
|
| userAuthorizeToken | string |
None. |
|
| storeTimeToken | string |
None. |
|
| storeToken | string |
None. |
|
| storeNameCurrent | string |
None. |
|
| timeNameCurrent | string |
None. |
|
| timeNameAr | string |
None. |
|
| timeNameEn | string |
None. |
|
| timeNameUnd | string |
None. |
|
| storeOpenTime | string |
None. |
|
| storeCloseTime | string |
None. |
|
| dayToken | string |
None. |
|
| dayNameCurrent | string |
None. |
|
| dayNameAr | string |
None. |
|
| dayNameEn | string |
None. |
|
| dayNameUnd | string |
None. |
|
| storeTimeNotes | string |
None. |
|
| storeTimeArchiveStatus | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"filterStatus": true,
"paginationStatus": true,
"textSearch": "sample string 3",
"language": "sample string 4",
"statusWithAll": true,
"pageSize": 6,
"page": 7,
"sortToken": "sample string 8",
"userAuthorizeToken": "sample string 9",
"storeTimeToken": "sample string 10",
"storeToken": "sample string 11",
"storeNameCurrent": "sample string 12",
"timeNameCurrent": "sample string 13",
"timeNameAr": "sample string 14",
"timeNameEn": "sample string 15",
"timeNameUnd": "sample string 16",
"storeOpenTime": "sample string 17",
"storeCloseTime": "sample string 18",
"dayToken": "sample string 19",
"dayNameCurrent": "sample string 20",
"dayNameAr": "sample string 21",
"dayNameEn": "sample string 22",
"dayNameUnd": "sample string 23",
"storeTimeNotes": "sample string 24",
"storeTimeArchiveStatus": true
}
application/xml, text/xml
Sample:
<StoresTimesDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelUI.StoreTimes"> <dayNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.StoreTimes">sample string 21</dayNameAr> <dayNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.StoreTimes">sample string 20</dayNameCurrent> <dayNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.StoreTimes">sample string 22</dayNameEn> <dayNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.StoreTimes">sample string 23</dayNameUnd> <dayToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.StoreTimes">sample string 19</dayToken> <storeCloseTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.StoreTimes">sample string 18</storeCloseTime> <storeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.StoreTimes">sample string 12</storeNameCurrent> <storeOpenTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.StoreTimes">sample string 17</storeOpenTime> <storeTimeArchiveStatus xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.StoreTimes">true</storeTimeArchiveStatus> <storeTimeNotes xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.StoreTimes">sample string 24</storeTimeNotes> <storeTimeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.StoreTimes">sample string 10</storeTimeToken> <storeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.StoreTimes">sample string 11</storeToken> <timeNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.StoreTimes">sample string 14</timeNameAr> <timeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.StoreTimes">sample string 13</timeNameCurrent> <timeNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.StoreTimes">sample string 15</timeNameEn> <timeNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.StoreTimes">sample string 16</timeNameUnd> <filterStatus>true</filterStatus> <language>sample string 4</language> <page>7</page> <pageSize>6</pageSize> <paginationStatus>true</paginationStatus> <sortToken>sample string 8</sortToken> <statusWithAll>true</statusWithAll> <textSearch>sample string 3</textSearch> <userAuthorizeToken>sample string 9</userAuthorizeToken> </StoresTimesDataContext>
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. |