POST api/Connectors/SaveShopify

Request Information

URI Parameters

None.

Body Parameters

Connectors_Shopify
NameDescriptionTypeAdditional information
ID

integer

None.

Descr

string

None.

Customer

string

None.

ShopifyStoreCode

string

None.

ShopifyKey

string

None.

ShopifyPassword

string

None.

ShopifyToken

string

None.

ShopifyVersion

string

None.

ShopifyStoreDomain

string

None.

ColumnName

string

None.

SortDirection

string

None.

IsSuccess

boolean

None.

Message

string

None.

Value

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "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": {}
}

application/xml, text/xml

Sample:
<Connectors_Shopify xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain">
  <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>

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.