PUT Orders/ModifyOrderShippingContactPlace
ModifyOrderShippingContactPlace only for anonymous users
Request Information
URI Parameters
None.
Body Parameters
OrderShippingContactPlaceBinding| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Token | globally unique identifier |
None. |
|
| OrderID | integer |
None. |
|
| PostalCode | string |
Required |
|
| PlaceID | integer |
None. |
|
| CountryID | integer |
None. |
|
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Token": "59f63c90-0b30-47c6-b851-7c8227a22cfa",
"OrderID": 3,
"PostalCode": "sample string 4",
"PlaceID": 5,
"CountryID": 6,
"Lang": "sample string 7",
"StoreID": 8
}
application/xml, text/xml
Sample:
<OrderShippingContactPlaceBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Order"> <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Base">sample string 7</Lang> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Base">8</StoreID> <CountryID>6</CountryID> <ID>1</ID> <OrderID>3</OrderID> <PlaceID>5</PlaceID> <PostalCode>sample string 4</PostalCode> <Token>59f63c90-0b30-47c6-b851-7c8227a22cfa</Token> </OrderShippingContactPlaceBinding>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.