GET api/MerchantSoftPOS/GetMerchantSoftPOSStoresReport

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MerchantSoftPOSStoresResponse
NameDescriptionTypeAdditional information
MerchantSoftPOSStores

Collection of MerchantSoftPOSStoresModel

None.

MerchantSoftPOSDeliveryComp

Collection of MerchantSoftPOSDeliveryCompModel

None.

success

boolean

None.

code

string

None.

message

string

None.

errors

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "MerchantSoftPOSStores": [
    {
      "Stores": "sample string 1",
      "StoresIcon": "sample string 2",
      "StoreID": 3,
      "ServiceID": 4,
      "MerchantTerminalDetails": [
        {
          "TerminalName": "sample string 1",
          "MID": "sample string 2",
          "TID": "sample string 3",
          "ActivationCode": "sample string 4",
          "ButtonsNo": "sample string 5",
          "SoftStoreTerminalID": 6,
          "POSID": 7,
          "POSName": "sample string 8"
        },
        {
          "TerminalName": "sample string 1",
          "MID": "sample string 2",
          "TID": "sample string 3",
          "ActivationCode": "sample string 4",
          "ButtonsNo": "sample string 5",
          "SoftStoreTerminalID": 6,
          "POSID": 7,
          "POSName": "sample string 8"
        }
      ]
    },
    {
      "Stores": "sample string 1",
      "StoresIcon": "sample string 2",
      "StoreID": 3,
      "ServiceID": 4,
      "MerchantTerminalDetails": [
        {
          "TerminalName": "sample string 1",
          "MID": "sample string 2",
          "TID": "sample string 3",
          "ActivationCode": "sample string 4",
          "ButtonsNo": "sample string 5",
          "SoftStoreTerminalID": 6,
          "POSID": 7,
          "POSName": "sample string 8"
        },
        {
          "TerminalName": "sample string 1",
          "MID": "sample string 2",
          "TID": "sample string 3",
          "ActivationCode": "sample string 4",
          "ButtonsNo": "sample string 5",
          "SoftStoreTerminalID": 6,
          "POSID": 7,
          "POSName": "sample string 8"
        }
      ]
    }
  ],
  "MerchantSoftPOSDeliveryComp": [
    {
      "DeliveryComp": "sample string 1",
      "DeliveryCompIcon": "sample string 2",
      "MerchantTerminalDetails": [
        {
          "TerminalName": "sample string 1",
          "MID": "sample string 2",
          "TID": "sample string 3",
          "ActivationCode": "sample string 4",
          "ButtonsNo": "sample string 5",
          "SoftStoreTerminalID": 6,
          "POSID": 7,
          "POSName": "sample string 8"
        },
        {
          "TerminalName": "sample string 1",
          "MID": "sample string 2",
          "TID": "sample string 3",
          "ActivationCode": "sample string 4",
          "ButtonsNo": "sample string 5",
          "SoftStoreTerminalID": 6,
          "POSID": 7,
          "POSName": "sample string 8"
        }
      ]
    },
    {
      "DeliveryComp": "sample string 1",
      "DeliveryCompIcon": "sample string 2",
      "MerchantTerminalDetails": [
        {
          "TerminalName": "sample string 1",
          "MID": "sample string 2",
          "TID": "sample string 3",
          "ActivationCode": "sample string 4",
          "ButtonsNo": "sample string 5",
          "SoftStoreTerminalID": 6,
          "POSID": 7,
          "POSName": "sample string 8"
        },
        {
          "TerminalName": "sample string 1",
          "MID": "sample string 2",
          "TID": "sample string 3",
          "ActivationCode": "sample string 4",
          "ButtonsNo": "sample string 5",
          "SoftStoreTerminalID": 6,
          "POSID": 7,
          "POSName": "sample string 8"
        }
      ]
    }
  ],
  "success": true,
  "code": "sample string 2",
  "message": "sample string 3",
  "errors": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<MSoftPOSModel.MerchantSoftPOSStoresResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QatarPay.Models">
  <code>sample string 2</code>
  <errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </errors>
  <message>sample string 3</message>
  <success>true</success>
  <MerchantSoftPOSDeliveryComp>
    <MSoftPOSModel.MerchantSoftPOSDeliveryCompModel>
      <DeliveryComp>sample string 1</DeliveryComp>
      <DeliveryCompIcon>sample string 2</DeliveryCompIcon>
      <MerchantTerminalDetails>
        <MSoftPOSModel.MerchantDetails_ExternalModelList>
          <ActivationCode>sample string 4</ActivationCode>
          <ButtonsNo>sample string 5</ButtonsNo>
          <MID>sample string 2</MID>
          <POSID>7</POSID>
          <POSName>sample string 8</POSName>
          <SoftStoreTerminalID>6</SoftStoreTerminalID>
          <TID>sample string 3</TID>
          <TerminalName>sample string 1</TerminalName>
        </MSoftPOSModel.MerchantDetails_ExternalModelList>
        <MSoftPOSModel.MerchantDetails_ExternalModelList>
          <ActivationCode>sample string 4</ActivationCode>
          <ButtonsNo>sample string 5</ButtonsNo>
          <MID>sample string 2</MID>
          <POSID>7</POSID>
          <POSName>sample string 8</POSName>
          <SoftStoreTerminalID>6</SoftStoreTerminalID>
          <TID>sample string 3</TID>
          <TerminalName>sample string 1</TerminalName>
        </MSoftPOSModel.MerchantDetails_ExternalModelList>
      </MerchantTerminalDetails>
    </MSoftPOSModel.MerchantSoftPOSDeliveryCompModel>
    <MSoftPOSModel.MerchantSoftPOSDeliveryCompModel>
      <DeliveryComp>sample string 1</DeliveryComp>
      <DeliveryCompIcon>sample string 2</DeliveryCompIcon>
      <MerchantTerminalDetails>
        <MSoftPOSModel.MerchantDetails_ExternalModelList>
          <ActivationCode>sample string 4</ActivationCode>
          <ButtonsNo>sample string 5</ButtonsNo>
          <MID>sample string 2</MID>
          <POSID>7</POSID>
          <POSName>sample string 8</POSName>
          <SoftStoreTerminalID>6</SoftStoreTerminalID>
          <TID>sample string 3</TID>
          <TerminalName>sample string 1</TerminalName>
        </MSoftPOSModel.MerchantDetails_ExternalModelList>
        <MSoftPOSModel.MerchantDetails_ExternalModelList>
          <ActivationCode>sample string 4</ActivationCode>
          <ButtonsNo>sample string 5</ButtonsNo>
          <MID>sample string 2</MID>
          <POSID>7</POSID>
          <POSName>sample string 8</POSName>
          <SoftStoreTerminalID>6</SoftStoreTerminalID>
          <TID>sample string 3</TID>
          <TerminalName>sample string 1</TerminalName>
        </MSoftPOSModel.MerchantDetails_ExternalModelList>
      </MerchantTerminalDetails>
    </MSoftPOSModel.MerchantSoftPOSDeliveryCompModel>
  </MerchantSoftPOSDeliveryComp>
  <MerchantSoftPOSStores>
    <MSoftPOSModel.MerchantSoftPOSStoresModel>
      <MerchantTerminalDetails>
        <MSoftPOSModel.MerchantDetails_ExternalModelList>
          <ActivationCode>sample string 4</ActivationCode>
          <ButtonsNo>sample string 5</ButtonsNo>
          <MID>sample string 2</MID>
          <POSID>7</POSID>
          <POSName>sample string 8</POSName>
          <SoftStoreTerminalID>6</SoftStoreTerminalID>
          <TID>sample string 3</TID>
          <TerminalName>sample string 1</TerminalName>
        </MSoftPOSModel.MerchantDetails_ExternalModelList>
        <MSoftPOSModel.MerchantDetails_ExternalModelList>
          <ActivationCode>sample string 4</ActivationCode>
          <ButtonsNo>sample string 5</ButtonsNo>
          <MID>sample string 2</MID>
          <POSID>7</POSID>
          <POSName>sample string 8</POSName>
          <SoftStoreTerminalID>6</SoftStoreTerminalID>
          <TID>sample string 3</TID>
          <TerminalName>sample string 1</TerminalName>
        </MSoftPOSModel.MerchantDetails_ExternalModelList>
      </MerchantTerminalDetails>
      <ServiceID>4</ServiceID>
      <StoreID>3</StoreID>
      <Stores>sample string 1</Stores>
      <StoresIcon>sample string 2</StoresIcon>
    </MSoftPOSModel.MerchantSoftPOSStoresModel>
    <MSoftPOSModel.MerchantSoftPOSStoresModel>
      <MerchantTerminalDetails>
        <MSoftPOSModel.MerchantDetails_ExternalModelList>
          <ActivationCode>sample string 4</ActivationCode>
          <ButtonsNo>sample string 5</ButtonsNo>
          <MID>sample string 2</MID>
          <POSID>7</POSID>
          <POSName>sample string 8</POSName>
          <SoftStoreTerminalID>6</SoftStoreTerminalID>
          <TID>sample string 3</TID>
          <TerminalName>sample string 1</TerminalName>
        </MSoftPOSModel.MerchantDetails_ExternalModelList>
        <MSoftPOSModel.MerchantDetails_ExternalModelList>
          <ActivationCode>sample string 4</ActivationCode>
          <ButtonsNo>sample string 5</ButtonsNo>
          <MID>sample string 2</MID>
          <POSID>7</POSID>
          <POSName>sample string 8</POSName>
          <SoftStoreTerminalID>6</SoftStoreTerminalID>
          <TID>sample string 3</TID>
          <TerminalName>sample string 1</TerminalName>
        </MSoftPOSModel.MerchantDetails_ExternalModelList>
      </MerchantTerminalDetails>
      <ServiceID>4</ServiceID>
      <StoreID>3</StoreID>
      <Stores>sample string 1</Stores>
      <StoresIcon>sample string 2</StoresIcon>
    </MSoftPOSModel.MerchantSoftPOSStoresModel>
  </MerchantSoftPOSStores>
</MSoftPOSModel.MerchantSoftPOSStoresResponse>