POST Linnworks/Config

Request Information

URI Parameters

None.

Body Parameters

AddNewConfigRequest
NameDescriptionTypeAdditional information
LinnworksUniqueIdentifier

globally unique identifier

None.

Email

string

None.

AccountName

string

None.

StepName

string

None.

Channel

string

None.

AppId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "LinnworksUniqueIdentifier": "c0d9ba0c-ac33-4258-ba75-eab292f5e721",
  "Email": "sample string 2",
  "AccountName": "sample string 3",
  "StepName": "sample string 4",
  "Channel": "sample string 5",
  "AppId": "47afb62e-1f42-4c95-8cd5-452dbb39485d"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.