GET api/v1
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
StoreConnectionResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsConnect | boolean |
None. |
|
| Message | string |
None. |
|
| Store_Token | string |
None. |
|
| Store_Name | string |
None. |
|
| StoreId | integer |
None. |
|
| PriceZoneId | integer |
None. |
|
| Mgr | PGManager |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsConnect": true,
"Message": "sample string 2",
"Store_Token": "sample string 3",
"Store_Name": "sample string 4",
"StoreId": 5,
"PriceZoneId": 6,
"Mgr": {
"DBConnPG": null
}
}
application/xml, text/xml
Sample:
<StoreConnectionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GPOS.DataService.Controllers"> <IsConnect>true</IsConnect> <Message>sample string 2</Message> <Mgr xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnection" /> <PriceZoneId>6</PriceZoneId> <StoreId>5</StoreId> <Store_Name>sample string 4</Store_Name> <Store_Token>sample string 3</Store_Token> </StoreConnectionResponse>