GET api/MerchantSoftPOS/GetMerchantSoftPOSTerminalDetails

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MerchantTerminalResponse
NameDescriptionTypeAdditional information
MerchantName

string

None.

MerchantID

string

None.

PINNo

string

None.

NoOfStores

integer

None.

MerchantTerminalDetails

Collection of MerchantDetails_ExternalModelList

None.

success

boolean

None.

code

string

None.

message

string

None.

errors

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "MerchantName": "sample string 1",
  "MerchantID": "sample string 2",
  "PINNo": "sample string 3",
  "NoOfStores": 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"
    }
  ],
  "success": true,
  "code": "sample string 6",
  "message": "sample string 7",
  "errors": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<MSoftPOSModel.MerchantTerminalResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QatarPay.Models">
  <code>sample string 6</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 7</message>
  <success>true</success>
  <MerchantID>sample string 2</MerchantID>
  <MerchantName>sample string 1</MerchantName>
  <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>
  <NoOfStores>4</NoOfStores>
  <PINNo>sample string 3</PINNo>
</MSoftPOSModel.MerchantTerminalResponse>