PUT Orders/ModifyOrderShippingContactPlace

ModifyOrderShippingContactPlace only for anonymous users

Request Information

URI Parameters

None.

Body Parameters

OrderShippingContactPlaceBinding
NameDescriptionTypeAdditional 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": "a2075669-bc87-4706-be39-f2f9060cdee2",
  "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>a2075669-bc87-4706-be39-f2f9060cdee2</Token>
</OrderShippingContactPlaceBinding>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.