POST api/FulFillment
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
ship | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "SettingId": "fb0c4bf2-37a0-4618-b03e-1a02accad0f5", "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>fb0c4bf2-37a0-4618-b03e-1a02accad0f5</SettingId> <ShipStationAPIKey>sample string 2</ShipStationAPIKey> <ShipStationApISecret>sample string 3</ShipStationApISecret> </ShipStation>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "SettingId": "ae923a81-fa49-441d-8d33-175b5e28bfb7", "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>ae923a81-fa49-441d-8d33-175b5e28bfb7</SettingId> <ShipStationAPIKey>sample string 2</ShipStationAPIKey> <ShipStationApISecret>sample string 3</ShipStationApISecret> </ShipStation>