POST Stores/UpdateStoreLocation

Request Information

URI Parameters

None.

Body Parameters

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

storeToken

string

None.

storeMangareEmployeeToken

string

None.

storeMangareEmployeeNameCurrent

string

None.

countryToken

string

None.

countryNameCurrent

string

None.

governateToken

string

None.

governateNameCurrent

string

None.

cityToken

string

None.

cityNameCurrent

string

None.

districtToken

string

None.

districtNameCurrent

string

None.

establishmentToken

string

None.

establishmentNameCurrent

string

None.

storeCode

string

None.

storeNameCurrent

string

None.

storeNameEn

string

None.

storeNameAr

string

None.

storeNameUnd

string

None.

storeAddressCurrent

string

None.

storeAddressAr

string

None.

storeAddressEn

string

None.

storeAddressUnd

string

None.

storeFirstPhone

string

None.

storeFirstNumberCountryCodeName

string

None.

storeFirstNumberCountryCode

string

None.

storeFirstPhoneWithCC

string

None.

storeSecondPhone

string

None.

storeSecondNumberCountryCodeName

string

None.

storeSecondNumberCountryCode

string

None.

storeSecondPhoneWithCC

string

None.

storeLandLine

string

None.

storeLandLineCountryCodeName

string

None.

storeLandLineCountryCode

string

None.

storeLandLineWithCC

string

None.

storePostalCode

string

None.

storePostOfficeNameCurrent

string

None.

storePostOfficeNameAr

string

None.

storePostOfficeNameEn

string

None.

storePostOfficeNameUnd

string

None.

storeTaxNumber

string

None.

storeLatitude

decimal number

None.

storelongitude

decimal number

None.

storeEndLatitude

decimal number

None.

storeEndlongitude

decimal number

None.

storeDistance

decimal number

None.

storeImagePath

string

None.

storeNotes

string

None.

actionDateTime

string

None.

actionDate

string

None.

actionTime

string

None.

storeArchiveStatus

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",
  "storeToken": "sample string 11",
  "storeMangareEmployeeToken": "sample string 12",
  "storeMangareEmployeeNameCurrent": "sample string 13",
  "countryToken": "sample string 14",
  "countryNameCurrent": "sample string 15",
  "governateToken": "sample string 16",
  "governateNameCurrent": "sample string 17",
  "cityToken": "sample string 18",
  "cityNameCurrent": "sample string 19",
  "districtToken": "sample string 20",
  "districtNameCurrent": "sample string 21",
  "establishmentToken": "sample string 22",
  "establishmentNameCurrent": "sample string 23",
  "storeCode": "sample string 24",
  "storeNameCurrent": "sample string 25",
  "storeNameEn": "sample string 26",
  "storeNameAr": "sample string 27",
  "storeNameUnd": "sample string 28",
  "storeAddressCurrent": "sample string 29",
  "storeAddressAr": "sample string 30",
  "storeAddressEn": "sample string 31",
  "storeAddressUnd": "sample string 32",
  "storeFirstPhone": "sample string 33",
  "storeFirstNumberCountryCodeName": "sample string 34",
  "storeFirstNumberCountryCode": "sample string 35",
  "storeFirstPhoneWithCC": "sample string 36",
  "storeSecondPhone": "sample string 37",
  "storeSecondNumberCountryCodeName": "sample string 38",
  "storeSecondNumberCountryCode": "sample string 39",
  "storeSecondPhoneWithCC": "sample string 40",
  "storeLandLine": "sample string 41",
  "storeLandLineCountryCodeName": "sample string 42",
  "storeLandLineCountryCode": "sample string 43",
  "storeLandLineWithCC": "sample string 44",
  "storePostalCode": "sample string 45",
  "storePostOfficeNameCurrent": "sample string 46",
  "storePostOfficeNameAr": "sample string 47",
  "storePostOfficeNameEn": "sample string 48",
  "storePostOfficeNameUnd": "sample string 49",
  "storeTaxNumber": "sample string 50",
  "storeLatitude": 51.0,
  "storelongitude": 52.0,
  "storeEndLatitude": 53.0,
  "storeEndlongitude": 54.0,
  "storeDistance": 55.0,
  "storeImagePath": "sample string 56",
  "storeNotes": "sample string 57",
  "actionDateTime": "sample string 58",
  "actionDate": "sample string 59",
  "actionTime": "sample string 60",
  "storeArchiveStatus": true
}

application/xml, text/xml

Sample:
<StoresDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelUI.Stores">
  <actionDate xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 59</actionDate>
  <actionDateTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 58</actionDateTime>
  <actionTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 60</actionTime>
  <cityNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 19</cityNameCurrent>
  <cityToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 18</cityToken>
  <countryNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 15</countryNameCurrent>
  <countryToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 14</countryToken>
  <districtNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 21</districtNameCurrent>
  <districtToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 20</districtToken>
  <establishmentNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 23</establishmentNameCurrent>
  <establishmentToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 22</establishmentToken>
  <governateNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 17</governateNameCurrent>
  <governateToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 16</governateToken>
  <storeAddressAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 30</storeAddressAr>
  <storeAddressCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 29</storeAddressCurrent>
  <storeAddressEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 31</storeAddressEn>
  <storeAddressUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 32</storeAddressUnd>
  <storeArchiveStatus xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">true</storeArchiveStatus>
  <storeCode xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 24</storeCode>
  <storeDistance xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">55</storeDistance>
  <storeEndLatitude xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">53</storeEndLatitude>
  <storeEndlongitude xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">54</storeEndlongitude>
  <storeFirstNumberCountryCode xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 35</storeFirstNumberCountryCode>
  <storeFirstNumberCountryCodeName xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 34</storeFirstNumberCountryCodeName>
  <storeFirstPhone xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 33</storeFirstPhone>
  <storeFirstPhoneWithCC xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 36</storeFirstPhoneWithCC>
  <storeImagePath xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 56</storeImagePath>
  <storeLandLine xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 41</storeLandLine>
  <storeLandLineCountryCode xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 43</storeLandLineCountryCode>
  <storeLandLineCountryCodeName xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 42</storeLandLineCountryCodeName>
  <storeLandLineWithCC xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 44</storeLandLineWithCC>
  <storeLatitude xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">51</storeLatitude>
  <storeMangareEmployeeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 13</storeMangareEmployeeNameCurrent>
  <storeMangareEmployeeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 12</storeMangareEmployeeToken>
  <storeNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 27</storeNameAr>
  <storeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 25</storeNameCurrent>
  <storeNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 26</storeNameEn>
  <storeNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 28</storeNameUnd>
  <storeNotes xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 57</storeNotes>
  <storePostOfficeNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 47</storePostOfficeNameAr>
  <storePostOfficeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 46</storePostOfficeNameCurrent>
  <storePostOfficeNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 48</storePostOfficeNameEn>
  <storePostOfficeNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 49</storePostOfficeNameUnd>
  <storePostalCode xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 45</storePostalCode>
  <storeSecondNumberCountryCode xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 39</storeSecondNumberCountryCode>
  <storeSecondNumberCountryCodeName xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 38</storeSecondNumberCountryCodeName>
  <storeSecondPhone xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 37</storeSecondPhone>
  <storeSecondPhoneWithCC xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 40</storeSecondPhoneWithCC>
  <storeTaxNumber xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 50</storeTaxNumber>
  <storeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">sample string 11</storeToken>
  <storelongitude xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Stores">52</storelongitude>
  <columnName>sample string 5</columnName>
  <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>
</StoresDataContext>

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.