POST api/WebApp/GetUnAssignedStaticQRListForMerchant

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfListOfMCH_StaticQRStore
NameDescriptionTypeAdditional information
ReturnValue

Collection of MCH_StaticQRStore

None.

ReturnType

string

None.

IsSuccess

boolean

None.

Message

string

None.

Schema

string

None.

UTCDate

date

None.

Token

string

None.

ResponseCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ReturnValue": [
    {
      "QRID": 1,
      "GUID": "sample string 2",
      "MCC": "sample string 3",
      "Currency": "sample string 4",
      "MerchantName": "sample string 5",
      "City": "sample string 6",
      "Vpa": "sample string 7",
      "Zipcode": "sample string 8",
      "QRCode": "sample string 9",
      "IsAssigned": "sample string 10",
      "AssignedMerchantID": 11,
      "CreatedBy": "sample string 12",
      "CreatedDate": "2024-11-27T13:19:47.4084353+03:00",
      "ModifiedBy": "sample string 14",
      "ModifiedDate": "2024-11-27T13:19:47.4084353+03:00",
      "RecOwnerOrgID": 16
    },
    {
      "QRID": 1,
      "GUID": "sample string 2",
      "MCC": "sample string 3",
      "Currency": "sample string 4",
      "MerchantName": "sample string 5",
      "City": "sample string 6",
      "Vpa": "sample string 7",
      "Zipcode": "sample string 8",
      "QRCode": "sample string 9",
      "IsAssigned": "sample string 10",
      "AssignedMerchantID": 11,
      "CreatedBy": "sample string 12",
      "CreatedDate": "2024-11-27T13:19:47.4084353+03:00",
      "ModifiedBy": "sample string 14",
      "ModifiedDate": "2024-11-27T13:19:47.4084353+03:00",
      "RecOwnerOrgID": 16
    }
  ],
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-27T13:19:47.4084353+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfArrayOfMCH_StaticQRStore8_Sqm_PfRq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonComponents.BusinessObjects.CommonTypes">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 3</Message>
  <ResponseCode>sample string 7</ResponseCode>
  <ReturnValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">
    <d2p1:MCH_StaticQRStore>
      <d2p1:AssignedMerchantID>11</d2p1:AssignedMerchantID>
      <d2p1:City>sample string 6</d2p1:City>
      <d2p1:CreatedBy>sample string 12</d2p1:CreatedBy>
      <d2p1:CreatedDate>2024-11-27T13:19:47.4084353+03:00</d2p1:CreatedDate>
      <d2p1:Currency>sample string 4</d2p1:Currency>
      <d2p1:GUID>sample string 2</d2p1:GUID>
      <d2p1:IsAssigned>sample string 10</d2p1:IsAssigned>
      <d2p1:MCC>sample string 3</d2p1:MCC>
      <d2p1:MerchantName>sample string 5</d2p1:MerchantName>
      <d2p1:ModifiedBy>sample string 14</d2p1:ModifiedBy>
      <d2p1:ModifiedDate>2024-11-27T13:19:47.4084353+03:00</d2p1:ModifiedDate>
      <d2p1:QRCode>sample string 9</d2p1:QRCode>
      <d2p1:QRID>1</d2p1:QRID>
      <d2p1:RecOwnerOrgID>16</d2p1:RecOwnerOrgID>
      <d2p1:Vpa>sample string 7</d2p1:Vpa>
      <d2p1:Zipcode>sample string 8</d2p1:Zipcode>
    </d2p1:MCH_StaticQRStore>
    <d2p1:MCH_StaticQRStore>
      <d2p1:AssignedMerchantID>11</d2p1:AssignedMerchantID>
      <d2p1:City>sample string 6</d2p1:City>
      <d2p1:CreatedBy>sample string 12</d2p1:CreatedBy>
      <d2p1:CreatedDate>2024-11-27T13:19:47.4084353+03:00</d2p1:CreatedDate>
      <d2p1:Currency>sample string 4</d2p1:Currency>
      <d2p1:GUID>sample string 2</d2p1:GUID>
      <d2p1:IsAssigned>sample string 10</d2p1:IsAssigned>
      <d2p1:MCC>sample string 3</d2p1:MCC>
      <d2p1:MerchantName>sample string 5</d2p1:MerchantName>
      <d2p1:ModifiedBy>sample string 14</d2p1:ModifiedBy>
      <d2p1:ModifiedDate>2024-11-27T13:19:47.4084353+03:00</d2p1:ModifiedDate>
      <d2p1:QRCode>sample string 9</d2p1:QRCode>
      <d2p1:QRID>1</d2p1:QRID>
      <d2p1:RecOwnerOrgID>16</d2p1:RecOwnerOrgID>
      <d2p1:Vpa>sample string 7</d2p1:Vpa>
      <d2p1:Zipcode>sample string 8</d2p1:Zipcode>
    </d2p1:MCH_StaticQRStore>
  </ReturnValue>
  <Schema>sample string 4</Schema>
  <Token>sample string 6</Token>
</MethodReturnOfArrayOfMCH_StaticQRStore8_Sqm_PfRq>