POST api/Connectors/GetAllShopify

Request Information

URI Parameters

None.

Body Parameters

ShopifyLister
NameDescriptionTypeAdditional information
Customer

string

None.

Shopifies

Collection of Connectors_Shopify

None.

SearchCriteria

Connectors_Shopify

None.

Pager

Pager

None.

IsSuccess

boolean

None.

Message

string

None.

Value

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "Customer": "sample string 1",
  "Shopifies": [
    {
      "ID": 1,
      "Descr": "sample string 2",
      "Customer": "sample string 3",
      "ShopifyStoreCode": "sample string 4",
      "ShopifyKey": "sample string 5",
      "ShopifyPassword": "sample string 6",
      "ShopifyToken": "sample string 7",
      "ShopifyVersion": "sample string 8",
      "ShopifyStoreDomain": "sample string 9",
      "ColumnName": "sample string 10",
      "SortDirection": "sample string 11",
      "IsSuccess": true,
      "Message": "sample string 13",
      "Value": {}
    },
    {
      "ID": 1,
      "Descr": "sample string 2",
      "Customer": "sample string 3",
      "ShopifyStoreCode": "sample string 4",
      "ShopifyKey": "sample string 5",
      "ShopifyPassword": "sample string 6",
      "ShopifyToken": "sample string 7",
      "ShopifyVersion": "sample string 8",
      "ShopifyStoreDomain": "sample string 9",
      "ColumnName": "sample string 10",
      "SortDirection": "sample string 11",
      "IsSuccess": true,
      "Message": "sample string 13",
      "Value": {}
    }
  ],
  "SearchCriteria": {
    "ID": 1,
    "Descr": "sample string 2",
    "Customer": "sample string 3",
    "ShopifyStoreCode": "sample string 4",
    "ShopifyKey": "sample string 5",
    "ShopifyPassword": "sample string 6",
    "ShopifyToken": "sample string 7",
    "ShopifyVersion": "sample string 8",
    "ShopifyStoreDomain": "sample string 9",
    "ColumnName": "sample string 10",
    "SortDirection": "sample string 11",
    "IsSuccess": true,
    "Message": "sample string 13",
    "Value": {}
  },
  "Pager": {
    "PageSize": 1,
    "Take": 2,
    "Skip": 3,
    "CurrentPage": 4.0,
    "TotalPage": "sample string 5",
    "TotalRecord": 6.0
  },
  "IsSuccess": true,
  "Message": "sample string 3",
  "Value": {}
}

application/xml, text/xml

Sample:
<ShopifyLister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 3</Message>
  <Value />
  <Customer>sample string 1</Customer>
  <Pager>
    <CurrentPage>4</CurrentPage>
    <PageSize>1</PageSize>
    <Skip>3</Skip>
    <Take>2</Take>
    <TotalPage>sample string 5</TotalPage>
    <TotalRecord>6</TotalRecord>
  </Pager>
  <SearchCriteria>
    <IsSuccess>true</IsSuccess>
    <Message>sample string 13</Message>
    <Value />
    <ColumnName>sample string 10</ColumnName>
    <Customer>sample string 3</Customer>
    <Descr>sample string 2</Descr>
    <ID>1</ID>
    <ShopifyKey>sample string 5</ShopifyKey>
    <ShopifyPassword>sample string 6</ShopifyPassword>
    <ShopifyStoreCode>sample string 4</ShopifyStoreCode>
    <ShopifyStoreDomain>sample string 9</ShopifyStoreDomain>
    <ShopifyToken>sample string 7</ShopifyToken>
    <ShopifyVersion>sample string 8</ShopifyVersion>
    <SortDirection>sample string 11</SortDirection>
  </SearchCriteria>
  <Shopifies>
    <Connectors_Shopify>
      <IsSuccess>true</IsSuccess>
      <Message>sample string 13</Message>
      <Value />
      <ColumnName>sample string 10</ColumnName>
      <Customer>sample string 3</Customer>
      <Descr>sample string 2</Descr>
      <ID>1</ID>
      <ShopifyKey>sample string 5</ShopifyKey>
      <ShopifyPassword>sample string 6</ShopifyPassword>
      <ShopifyStoreCode>sample string 4</ShopifyStoreCode>
      <ShopifyStoreDomain>sample string 9</ShopifyStoreDomain>
      <ShopifyToken>sample string 7</ShopifyToken>
      <ShopifyVersion>sample string 8</ShopifyVersion>
      <SortDirection>sample string 11</SortDirection>
    </Connectors_Shopify>
    <Connectors_Shopify>
      <IsSuccess>true</IsSuccess>
      <Message>sample string 13</Message>
      <Value />
      <ColumnName>sample string 10</ColumnName>
      <Customer>sample string 3</Customer>
      <Descr>sample string 2</Descr>
      <ID>1</ID>
      <ShopifyKey>sample string 5</ShopifyKey>
      <ShopifyPassword>sample string 6</ShopifyPassword>
      <ShopifyStoreCode>sample string 4</ShopifyStoreCode>
      <ShopifyStoreDomain>sample string 9</ShopifyStoreDomain>
      <ShopifyToken>sample string 7</ShopifyToken>
      <ShopifyVersion>sample string 8</ShopifyVersion>
      <SortDirection>sample string 11</SortDirection>
    </Connectors_Shopify>
  </Shopifies>
</ShopifyLister>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.