PUT api/FulFillment/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| bill | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SettingId": "da0e3222-9c13-4c95-be30-389be7c2091b",
"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>da0e3222-9c13-4c95-be30-389be7c2091b</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": "06641a37-bf0f-4305-8127-474139243016",
"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>06641a37-bf0f-4305-8127-474139243016</SettingId> <ShipStationAPIKey>sample string 2</ShipStationAPIKey> <ShipStationApISecret>sample string 3</ShipStationApISecret> </ShipStation>