PUT Orders/ModifyOrderBillingContact
ModifyOrderBillingContact
Request Information
URI Parameters
None.
Body Parameters
OrderBillingContactBinding| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Lang | string |
None. |
|
| StoreID | integer |
None. |
|
| Token | globally unique identifier |
None. |
|
| string |
Required String length: inclusive between 0 and 200 |
||
| Phone | string |
Required String length: inclusive between 0 and 20 |
|
| Alias | string |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 100 |
|
| Surnames | string |
Required String length: inclusive between 0 and 100 |
|
| VatIdentifier | string |
None. |
|
| WebURL | string |
None. |
|
| Addressee |
Addressee can be anything this address refers to: Name of a building, of a person, ... |
string |
None. |
| Street | string |
Required |
|
| PostalCode | string |
Required |
|
| PlaceID | integer |
None. |
|
| CountryID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Lang": "sample string 2",
"StoreID": 3,
"Token": "ad31bbb8-c05b-438e-885c-480bb7ac6ddb",
"Email": "sample string 5",
"Phone": "sample string 6",
"Alias": "sample string 7",
"Name": "sample string 8",
"Surnames": "sample string 9",
"VatIdentifier": "sample string 10",
"WebURL": "sample string 11",
"Addressee": "sample string 12",
"Street": "sample string 13",
"PostalCode": "sample string 14",
"PlaceID": 15,
"CountryID": 16
}
application/xml, text/xml
Sample:
<OrderBillingContactBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Order"> <Lang i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Base" /> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Base">0</StoreID> <Addressee xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Location">sample string 12</Addressee> <CountryID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Location">16</CountryID> <PlaceID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Location">15</PlaceID> <PostalCode xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Location">sample string 14</PostalCode> <Street xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Location">sample string 13</Street> <Email xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Base">sample string 5</Email> <Phone xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Base">sample string 6</Phone> <WebURL xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Base">sample string 11</WebURL> <Alias xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Base">sample string 7</Alias> <Name xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Base">sample string 8</Name> <Surnames xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Base">sample string 9</Surnames> <VatIdentifier xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Base">sample string 10</VatIdentifier> <ID>1</ID> <Lang>sample string 2</Lang> <StoreID>3</StoreID> <Token>ad31bbb8-c05b-438e-885c-480bb7ac6ddb</Token> </OrderBillingContactBinding>
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.