GET api/Stores
Retrieve stores / warehouses
Request Information
URI Parameters
None.
Body Parameters
StoresReqName | Description | Type | Additional information |
---|---|---|---|
Company |
The company name |
string |
Required String length: inclusive between 0 and 6 |
Request Formats
application/json, text/json
Sample:
{ "Company": "DEMO" }
Response Information
Resource Description
StoresResName | Description | Type | Additional information |
---|---|---|---|
MsgControl |
Contains information about the response |
MsgControl |
None. |
Stores |
List of stores / warehouses |
Collection of Store |
None. |
Response Formats
application/json, text/json
Sample:
{ "MsgControl": { "result": 0, "Message": "Corresponding success and error message", "MethodName": "api/Stores GET", "AppName": "EsoftWebApi", "EsoftUser": "ESOFT", "User": "Username", "Password": "Password", "SystemDate": "2025-01-06T22:32:15.2189577+02:00", "GenList": [], "GenMsg1": "", "GenMsg2": "", "GenMsg3": "" }, "Stores": [ { "Code": "001", "Description": "Nicosia" }, { "Code": "002", "Description": "Limassol" } ] }