POST api/InkXE/CreateDesignerToken

Request Information

URI Parameters

None.

Body Parameters

DesignerTokenRequest
NameDescriptionTypeAdditional information
customerId

string

None.

storeId

string

None.

storeName

string

None.

url

string

None.

src

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "customerId": "sample string 1",
  "storeId": "sample string 2",
  "storeName": "sample string 3",
  "url": "sample string 4",
  "src": "sample string 5"
}

application/xml, text/xml

Sample:
<DesignerTokenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SellersCommerce.ViewModels.CMS">
  <customerId>sample string 1</customerId>
  <src>sample string 5</src>
  <storeId>sample string 2</storeId>
  <storeName>sample string 3</storeName>
  <url>sample string 4</url>
</DesignerTokenRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DesignerTokenResponse
NameDescriptionTypeAdditional information
status

string

None.

statusCode

string

None.

token

string

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "status": "sample string 1",
  "statusCode": "sample string 2",
  "token": "sample string 3"
}

application/xml, text/xml

Sample:
<DesignerTokenResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SellersCommerce.ViewModels.CMS">
  <status>sample string 1</status>
  <statusCode>sample string 2</statusCode>
  <token>sample string 3</token>
</DesignerTokenResponse>