GET api/merchants/info

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MerchantInfoExternal
NameDescriptionTypeAdditional information
Brands

Collection of BrandV4External

None.

Response Formats

application/json, text/json

Sample:
{
  "Brands": [
    {
      "BrandId": 1,
      "BrandName": "sample string 2",
      "Outlets": [
        {
          "OutletId": "sample string 1",
          "OutletName": "sample string 2",
          "CreationDate": "2025-12-11T18:20:40.2496569+00:00",
          "Address": "sample string 4",
          "BrandId": 5
        },
        {
          "OutletId": "sample string 1",
          "OutletName": "sample string 2",
          "CreationDate": "2025-12-11T18:20:40.2496569+00:00",
          "Address": "sample string 4",
          "BrandId": 5
        }
      ],
      "Sortiments": [
        {
          "SortimentId": "sample string 1",
          "SortimentName": "sample string 2",
          "CreationDate": "2025-12-11T18:20:40.2496569+00:00",
          "BrandId": 4
        },
        {
          "SortimentId": "sample string 1",
          "SortimentName": "sample string 2",
          "CreationDate": "2025-12-11T18:20:40.2496569+00:00",
          "BrandId": 4
        }
      ],
      "Menus": [
        {
          "MenuId": "sample string 1",
          "MenuName": "sample string 2"
        },
        {
          "MenuId": "sample string 1",
          "MenuName": "sample string 2"
        }
      ]
    },
    {
      "BrandId": 1,
      "BrandName": "sample string 2",
      "Outlets": [
        {
          "OutletId": "sample string 1",
          "OutletName": "sample string 2",
          "CreationDate": "2025-12-11T18:20:40.2496569+00:00",
          "Address": "sample string 4",
          "BrandId": 5
        },
        {
          "OutletId": "sample string 1",
          "OutletName": "sample string 2",
          "CreationDate": "2025-12-11T18:20:40.2496569+00:00",
          "Address": "sample string 4",
          "BrandId": 5
        }
      ],
      "Sortiments": [
        {
          "SortimentId": "sample string 1",
          "SortimentName": "sample string 2",
          "CreationDate": "2025-12-11T18:20:40.2496569+00:00",
          "BrandId": 4
        },
        {
          "SortimentId": "sample string 1",
          "SortimentName": "sample string 2",
          "CreationDate": "2025-12-11T18:20:40.2496569+00:00",
          "BrandId": 4
        }
      ],
      "Menus": [
        {
          "MenuId": "sample string 1",
          "MenuName": "sample string 2"
        },
        {
          "MenuId": "sample string 1",
          "MenuName": "sample string 2"
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<MerchantInfoExternal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qnips.CheckoutAPI.Models">
  <Brands>
    <BrandV4External>
      <BrandId>1</BrandId>
      <BrandName>sample string 2</BrandName>
      <Menus>
        <MenuInfoV4External>
          <MenuId>sample string 1</MenuId>
          <MenuName>sample string 2</MenuName>
        </MenuInfoV4External>
        <MenuInfoV4External>
          <MenuId>sample string 1</MenuId>
          <MenuName>sample string 2</MenuName>
        </MenuInfoV4External>
      </Menus>
      <Outlets>
        <OutletV4External>
          <Address>sample string 4</Address>
          <BrandId>5</BrandId>
          <CreationDate>2025-12-11T18:20:40.2496569+00:00</CreationDate>
          <OutletId>sample string 1</OutletId>
          <OutletName>sample string 2</OutletName>
        </OutletV4External>
        <OutletV4External>
          <Address>sample string 4</Address>
          <BrandId>5</BrandId>
          <CreationDate>2025-12-11T18:20:40.2496569+00:00</CreationDate>
          <OutletId>sample string 1</OutletId>
          <OutletName>sample string 2</OutletName>
        </OutletV4External>
      </Outlets>
      <Sortiments>
        <SortInfoV4External>
          <BrandId>4</BrandId>
          <CreationDate>2025-12-11T18:20:40.2496569+00:00</CreationDate>
          <SortimentId>sample string 1</SortimentId>
          <SortimentName>sample string 2</SortimentName>
        </SortInfoV4External>
        <SortInfoV4External>
          <BrandId>4</BrandId>
          <CreationDate>2025-12-11T18:20:40.2496569+00:00</CreationDate>
          <SortimentId>sample string 1</SortimentId>
          <SortimentName>sample string 2</SortimentName>
        </SortInfoV4External>
      </Sortiments>
    </BrandV4External>
    <BrandV4External>
      <BrandId>1</BrandId>
      <BrandName>sample string 2</BrandName>
      <Menus>
        <MenuInfoV4External>
          <MenuId>sample string 1</MenuId>
          <MenuName>sample string 2</MenuName>
        </MenuInfoV4External>
        <MenuInfoV4External>
          <MenuId>sample string 1</MenuId>
          <MenuName>sample string 2</MenuName>
        </MenuInfoV4External>
      </Menus>
      <Outlets>
        <OutletV4External>
          <Address>sample string 4</Address>
          <BrandId>5</BrandId>
          <CreationDate>2025-12-11T18:20:40.2496569+00:00</CreationDate>
          <OutletId>sample string 1</OutletId>
          <OutletName>sample string 2</OutletName>
        </OutletV4External>
        <OutletV4External>
          <Address>sample string 4</Address>
          <BrandId>5</BrandId>
          <CreationDate>2025-12-11T18:20:40.2496569+00:00</CreationDate>
          <OutletId>sample string 1</OutletId>
          <OutletName>sample string 2</OutletName>
        </OutletV4External>
      </Outlets>
      <Sortiments>
        <SortInfoV4External>
          <BrandId>4</BrandId>
          <CreationDate>2025-12-11T18:20:40.2496569+00:00</CreationDate>
          <SortimentId>sample string 1</SortimentId>
          <SortimentName>sample string 2</SortimentName>
        </SortInfoV4External>
        <SortInfoV4External>
          <BrandId>4</BrandId>
          <CreationDate>2025-12-11T18:20:40.2496569+00:00</CreationDate>
          <SortimentId>sample string 1</SortimentId>
          <SortimentName>sample string 2</SortimentName>
        </SortInfoV4External>
      </Sortiments>
    </BrandV4External>
  </Brands>
</MerchantInfoExternal>