POST api/FulFillment

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ship
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SettingId": "8ce0f4ec-cd58-486e-9f26-884443ef3662",
  "ShipStationAPIKey": "sample string 2",
  "ShipStationApISecret": "sample string 3"
}

application/xml, text/xml

Sample:
<ShipStation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <SettingId>8ce0f4ec-cd58-486e-9f26-884443ef3662</SettingId>
  <ShipStationAPIKey>sample string 2</ShipStationAPIKey>
  <ShipStationApISecret>sample string 3</ShipStationApISecret>
</ShipStation>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ShipStation'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "SettingId": "a39616b1-206a-4074-ae76-abdbcd5ab80a",
  "ShipStationAPIKey": "sample string 2",
  "ShipStationApISecret": "sample string 3"
}

application/xml, text/xml

Sample:
<ShipStation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <SettingId>a39616b1-206a-4074-ae76-abdbcd5ab80a</SettingId>
  <ShipStationAPIKey>sample string 2</ShipStationAPIKey>
  <ShipStationApISecret>sample string 3</ShipStationApISecret>
</ShipStation>