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": "be701b55-0a7d-4257-bff5-0c7b4b3c271b",
  "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>be701b55-0a7d-4257-bff5-0c7b4b3c271b</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": "e3993929-a9ff-4915-91b3-71db6941799f",
  "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>e3993929-a9ff-4915-91b3-71db6941799f</SettingId>
  <ShipStationAPIKey>sample string 2</ShipStationAPIKey>
  <ShipStationApISecret>sample string 3</ShipStationApISecret>
</ShipStation>