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": "b7b65c26-9b8f-4903-8b93-36ac9c8aff9c",
"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>b7b65c26-9b8f-4903-8b93-36ac9c8aff9c</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": "f68b6107-242b-4f4d-8e50-a9f09abea57c",
"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>f68b6107-242b-4f4d-8e50-a9f09abea57c</SettingId> <ShipStationAPIKey>sample string 2</ShipStationAPIKey> <ShipStationApISecret>sample string 3</ShipStationApISecret> </ShipStation>