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": "075e459b-3971-4526-b794-d8d320591153", "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>075e459b-3971-4526-b794-d8d320591153</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": "9a470bf4-2fb2-4f26-8170-33d018bc134a", "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>9a470bf4-2fb2-4f26-8170-33d018bc134a</SettingId> <ShipStationAPIKey>sample string 2</ShipStationAPIKey> <ShipStationApISecret>sample string 3</ShipStationApISecret> </ShipStation>