PUT v1/Customers
Update an existing Customer.
Request Information
URI Parameters
None.
Body Parameters
The Customer changes object
CustomerChanges| Name | Description | Type | Additional information |
|---|---|---|---|
| SyncShipToAddressOnSave |
Gets or sets a value indicating whether the ship-to address is synchronized. |
boolean |
None. |
| SyncBillToAddressOnSave |
Gets or sets a value indicating whether the bill-to address is synchronized. |
boolean |
None. |
| CustomerCode |
Gets or sets the customer code. |
string |
Max length: 50 |
| ReceiveNewsLetter |
When set to true, the Customer would like to receive a newsletter. |
boolean |
Required |
| MaxOutstandingAmount |
The Max Outstanding amount (unpaid orders/invoices) for the Customer. |
decimal number |
None. |
| CustomerGroupId | integer |
None. |
|
| Incoterms |
Set the default Incoterms for the Customer. |
IncotermsEnum |
None. |
| BillToAddress |
Gets or sets the bill-to address. |
ContactInfo |
None. |
| ShipToAddress |
Gets or sets the ship-to address. |
ContactInfo |
None. |
| CompanyContacts |
A collection of ContactInfo objects for the CompanyContacts for the customer |
Collection of CompanyContact |
None. |
| ShopOwnerId |
Gets or sets the shop owner identifier. |
integer |
Required |
| PersonTitle |
Gets or sets the person title. |
string |
Max length: 50 |
| FirstName |
Gets or sets the first name. |
string |
Max length: 50 |
| MiddleName |
Gets or sets the middle name. |
string |
Max length: 50 |
| LastNamePrefix |
Gets or sets the last name prefix. |
string |
Max length: 50 |
| LastName |
Gets or sets the last name. |
string |
Max length: 50 |
| CultureId |
Gets or sets the culture identifier. |
integer |
None. |
| PersonalNumber |
Gets or sets the personal number. |
string |
Max length: 20 |
| IsActive |
Indicates whether ContactPerson is active or not |
boolean |
None. |
| Id |
Gets or sets the identifier. |
integer |
Required |
| FullName |
Gets or sets the full name. |
string |
Max length: 100 |
| CompanyName |
Gets or sets the name of the company. |
string |
Max length: 100 |
|
Gets or sets the e mail. |
string |
Max length: 200 |
|
| ContactReference |
Gets or sets the contact reference. |
string |
None. |
| ChangedTimestamp |
The time data was changed. |
date |
None. |
Request Formats
application/json, text/json
{
"SyncShipToAddressOnSave": true,
"SyncBillToAddressOnSave": true,
"CompanyContacts": [
{
"CompanyContactId": 1,
"Function": "sample string 2",
"VatNumber": "sample string 3",
"FullName": "sample string 4",
"DateOfBirth": "2026-01-11T16:13:13.7981488+01:00",
"Gender": "sample string 5",
"PersonTitle": "sample string 6",
"MiddleName": "sample string 7",
"FirstName": "sample string 8",
"LastName": "sample string 9",
"LastNamePrefix": "sample string 10",
"Id": 11,
"CompanyName": "sample string 12",
"Address": "sample string 13",
"Address2": "sample string 14",
"StreetAddress": "sample string 15",
"StreetAddressNumber": "sample string 16",
"StreetAddressExtension": "sample string 17",
"PostalCode": "sample string 18",
"City": "sample string 19",
"CountryId": 1,
"CountryCode": "sample string 20",
"CountryName": null,
"EMail": "sample string 21",
"Phone": "sample string 22",
"Phone2": "sample string 23",
"StateProvince": "sample string 24",
"StateProvinceCode": "sample string 25"
},
{
"CompanyContactId": 1,
"Function": "sample string 2",
"VatNumber": "sample string 3",
"FullName": "sample string 4",
"DateOfBirth": "2026-01-11T16:13:13.7981488+01:00",
"Gender": "sample string 5",
"PersonTitle": "sample string 6",
"MiddleName": "sample string 7",
"FirstName": "sample string 8",
"LastName": "sample string 9",
"LastNamePrefix": "sample string 10",
"Id": 11,
"CompanyName": "sample string 12",
"Address": "sample string 13",
"Address2": "sample string 14",
"StreetAddress": "sample string 15",
"StreetAddressNumber": "sample string 16",
"StreetAddressExtension": "sample string 17",
"PostalCode": "sample string 18",
"City": "sample string 19",
"CountryId": 1,
"CountryCode": "sample string 20",
"CountryName": null,
"EMail": "sample string 21",
"Phone": "sample string 22",
"Phone2": "sample string 23",
"StateProvince": "sample string 24",
"StateProvinceCode": "sample string 25"
}
],
"CustomerCode": "sample string 3",
"ReceiveNewsLetter": true,
"MaxOutstandingAmount": 1.0,
"CustomerGroupId": 1,
"Incoterms": 0,
"BillToAddress": {
"VatNumber": "sample string 1",
"FullName": "sample string 2",
"DateOfBirth": "2026-01-11T16:13:13.7981488+01:00",
"Gender": "sample string 3",
"PersonTitle": "sample string 4",
"MiddleName": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"LastNamePrefix": "sample string 8",
"Id": 9,
"CompanyName": "sample string 10",
"Address": "sample string 11",
"Address2": "sample string 12",
"StreetAddress": "sample string 13",
"StreetAddressNumber": "sample string 14",
"StreetAddressExtension": "sample string 15",
"PostalCode": "sample string 16",
"City": "sample string 17",
"CountryId": 1,
"CountryCode": "sample string 18",
"CountryName": null,
"EMail": "sample string 19",
"Phone": "sample string 20",
"Phone2": "sample string 21",
"StateProvince": "sample string 22",
"StateProvinceCode": "sample string 23"
},
"ShipToAddress": {
"VatNumber": "sample string 1",
"FullName": "sample string 2",
"DateOfBirth": "2026-01-11T16:13:13.7981488+01:00",
"Gender": "sample string 3",
"PersonTitle": "sample string 4",
"MiddleName": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"LastNamePrefix": "sample string 8",
"Id": 9,
"CompanyName": "sample string 10",
"Address": "sample string 11",
"Address2": "sample string 12",
"StreetAddress": "sample string 13",
"StreetAddressNumber": "sample string 14",
"StreetAddressExtension": "sample string 15",
"PostalCode": "sample string 16",
"City": "sample string 17",
"CountryId": 1,
"CountryCode": "sample string 18",
"CountryName": null,
"EMail": "sample string 19",
"Phone": "sample string 20",
"Phone2": "sample string 21",
"StateProvince": "sample string 22",
"StateProvinceCode": "sample string 23"
},
"ShopOwnerId": 1,
"PersonTitle": "sample string 5",
"FirstName": "sample string 6",
"MiddleName": "sample string 7",
"LastNamePrefix": "sample string 8",
"LastName": "sample string 9",
"CultureId": 1,
"PersonalNumber": "sample string 10",
"IsActive": true,
"Id": 12,
"FullName": "sample string 13",
"CompanyName": "sample string 14",
"EMail": "sample string 15",
"ContactReference": "sample string 16",
"ChangedTimestamp": "2026-01-11T16:13:13.7981488+01:00"
}
application/xml, text/xml
<CustomerChanges xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Id>12</Id>
<FullName>sample string 13</FullName>
<CompanyName>sample string 14</CompanyName>
<EMail>sample string 15</EMail>
<ContactReference>sample string 16</ContactReference>
<ChangedTimestamp>2026-01-11T16:13:13.7981488+01:00</ChangedTimestamp>
<IsActive>true</IsActive>
<ShopOwnerId>1</ShopOwnerId>
<PersonTitle>sample string 5</PersonTitle>
<FirstName>sample string 6</FirstName>
<MiddleName>sample string 7</MiddleName>
<LastNamePrefix>sample string 8</LastNamePrefix>
<LastName>sample string 9</LastName>
<CultureId>1</CultureId>
<PersonalNumber>sample string 10</PersonalNumber>
<CustomerCode>sample string 3</CustomerCode>
<ReceiveNewsLetter>true</ReceiveNewsLetter>
<MaxOutstandingAmount>1</MaxOutstandingAmount>
<CustomerGroupId>1</CustomerGroupId>
<Incoterms>EXW</Incoterms>
<BillToAddress>
<Id>9</Id>
<CompanyName>sample string 10</CompanyName>
<Address>sample string 11</Address>
<Address2>sample string 12</Address2>
<StreetAddress>sample string 13</StreetAddress>
<StreetAddressNumber>sample string 14</StreetAddressNumber>
<StreetAddressExtension>sample string 15</StreetAddressExtension>
<PostalCode>sample string 16</PostalCode>
<City>sample string 17</City>
<CountryId>1</CountryId>
<CountryCode>sample string 18</CountryCode>
<EMail>sample string 19</EMail>
<Phone>sample string 20</Phone>
<Phone2>sample string 21</Phone2>
<StateProvince>sample string 22</StateProvince>
<StateProvinceCode>sample string 23</StateProvinceCode>
<VatNumber>sample string 1</VatNumber>
<FullName>sample string 2</FullName>
<DateOfBirth>2026-01-11T16:13:13.7981488+01:00</DateOfBirth>
<Gender>sample string 3</Gender>
<PersonTitle>sample string 4</PersonTitle>
<MiddleName>sample string 5</MiddleName>
<FirstName>sample string 6</FirstName>
<LastName>sample string 7</LastName>
<LastNamePrefix>sample string 8</LastNamePrefix>
</BillToAddress>
<ShipToAddress>
<Id>9</Id>
<CompanyName>sample string 10</CompanyName>
<Address>sample string 11</Address>
<Address2>sample string 12</Address2>
<StreetAddress>sample string 13</StreetAddress>
<StreetAddressNumber>sample string 14</StreetAddressNumber>
<StreetAddressExtension>sample string 15</StreetAddressExtension>
<PostalCode>sample string 16</PostalCode>
<City>sample string 17</City>
<CountryId>1</CountryId>
<CountryCode>sample string 18</CountryCode>
<EMail>sample string 19</EMail>
<Phone>sample string 20</Phone>
<Phone2>sample string 21</Phone2>
<StateProvince>sample string 22</StateProvince>
<StateProvinceCode>sample string 23</StateProvinceCode>
<VatNumber>sample string 1</VatNumber>
<FullName>sample string 2</FullName>
<DateOfBirth>2026-01-11T16:13:13.7981488+01:00</DateOfBirth>
<Gender>sample string 3</Gender>
<PersonTitle>sample string 4</PersonTitle>
<MiddleName>sample string 5</MiddleName>
<FirstName>sample string 6</FirstName>
<LastName>sample string 7</LastName>
<LastNamePrefix>sample string 8</LastNamePrefix>
</ShipToAddress>
<SyncShipToAddressOnSave>true</SyncShipToAddressOnSave>
<SyncBillToAddressOnSave>true</SyncBillToAddressOnSave>
</CustomerChanges>
Response Information
Resource Description
The HttpResponseMessage object.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |