POST api/StoreInformationAPI/NewGetStoreInformationDataById
Request Information
URI Parameters
None.
Body Parameters
StoreInformationDTOName | Description | Type | Additional information |
---|---|---|---|
StoreId | integer |
None. |
|
StoreWorkId | integer |
None. |
|
StoreName | string |
None. |
|
StoreName_ar | string |
None. |
|
StoreAddress | string |
None. |
|
StoreAddress_ar | string |
None. |
|
Latitude | decimal number |
None. |
|
Longitude | decimal number |
None. |
|
OGCuntry | integer |
None. |
|
CountryId | integer |
None. |
|
CountryName | string |
None. |
|
OGCity | integer |
None. |
|
CityName | string |
None. |
|
CityId | integer |
None. |
|
Message | string |
None. |
|
Message_ar | string |
None. |
|
status | integer |
None. |
|
messages | string |
None. |
|
IsEdit | string |
None. |
|
Days | string |
None. |
|
DaysId | integer |
None. |
|
JSonData | string |
None. |
|
satST | string |
None. |
|
satET | string |
None. |
|
isSatClose | boolean |
None. |
|
sunST | string |
None. |
|
sunET | string |
None. |
|
isSunClose | boolean |
None. |
|
monST | string |
None. |
|
monET | string |
None. |
|
isMonClose | boolean |
None. |
|
tueST | string |
None. |
|
tueET | string |
None. |
|
isTueClose | boolean |
None. |
|
wedST | string |
None. |
|
wedET | string |
None. |
|
isWedClose | boolean |
None. |
|
thuST | string |
None. |
|
thuET | string |
None. |
|
isThuClose | boolean |
None. |
|
friST | string |
None. |
|
friET | string |
None. |
|
isFriClose | boolean |
None. |
|
is24x7 | boolean |
None. |
|
phone | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "StoreId": 1, "StoreWorkId": 2, "StoreName": "sample string 3", "StoreName_ar": "sample string 4", "StoreAddress": "sample string 5", "StoreAddress_ar": "sample string 6", "Latitude": 1.1, "Longitude": 1.1, "OGCuntry": 7, "CountryId": 8, "CountryName": "sample string 9", "OGCity": 10, "CityName": "sample string 11", "CityId": 12, "Message": "sample string 13", "Message_ar": "sample string 14", "status": 15, "messages": "sample string 16", "IsEdit": "sample string 17", "Days": "sample string 18", "DaysId": 19, "JSonData": "sample string 20", "satST": "sample string 21", "satET": "sample string 22", "isSatClose": true, "sunST": "sample string 23", "sunET": "sample string 24", "isSunClose": true, "monST": "sample string 25", "monET": "sample string 26", "isMonClose": true, "tueST": "sample string 27", "tueET": "sample string 28", "isTueClose": true, "wedST": "sample string 29", "wedET": "sample string 30", "isWedClose": true, "thuST": "sample string 31", "thuET": "sample string 32", "isThuClose": true, "friST": "sample string 33", "friET": "sample string 34", "isFriClose": true, "is24x7": true, "phone": "sample string 35" }
application/xml, text/xml
Sample:
<StoreInformationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BNC.POS.API.DTO_s"> <CityId>12</CityId> <CityName>sample string 11</CityName> <CountryId>8</CountryId> <CountryName>sample string 9</CountryName> <Days>sample string 18</Days> <DaysId>19</DaysId> <IsEdit>sample string 17</IsEdit> <JSonData>sample string 20</JSonData> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> <Message>sample string 13</Message> <Message_ar>sample string 14</Message_ar> <OGCity>10</OGCity> <OGCuntry>7</OGCuntry> <StoreAddress>sample string 5</StoreAddress> <StoreAddress_ar>sample string 6</StoreAddress_ar> <StoreId>1</StoreId> <StoreName>sample string 3</StoreName> <StoreName_ar>sample string 4</StoreName_ar> <StoreWorkId>2</StoreWorkId> <friET>sample string 34</friET> <friST>sample string 33</friST> <is24x7>true</is24x7> <isFriClose>true</isFriClose> <isMonClose>true</isMonClose> <isSatClose>true</isSatClose> <isSunClose>true</isSunClose> <isThuClose>true</isThuClose> <isTueClose>true</isTueClose> <isWedClose>true</isWedClose> <messages>sample string 16</messages> <monET>sample string 26</monET> <monST>sample string 25</monST> <phone>sample string 35</phone> <satET>sample string 22</satET> <satST>sample string 21</satST> <status>15</status> <sunET>sample string 24</sunET> <sunST>sample string 23</sunST> <thuET>sample string 32</thuET> <thuST>sample string 31</thuST> <tueET>sample string 28</tueET> <tueST>sample string 27</tueST> <wedET>sample string 30</wedET> <wedST>sample string 29</wedST> </StoreInformationDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.