GET v1/ShopOwners/{shopOwnerId}/Customers/CustomerCode/{customerCode}
Get a list with all Customers for specified Shopowner and specific CustomerCode.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shopOwnerId |
The shop owner identifier. |
integer |
Required. |
| customerCode |
The customer code. |
string |
Required. |
Body Parameters
None.
Response Information
Resource Description
A list of the Customer objects with given CustomerCode
Collection of Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| 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 |
| EanInvoiceNumber |
Gets or sets the customer's EAN Invoice Number. |
string |
Max length: 50 |
| InvoiceEmailAddress | string |
Max length: 200 |
|
| ReminderInvoiceEmailAddress | string |
Max length: 200 |
|
| 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. |
Response Formats
application/json, text/json
[
{
"CustomerCode": "sample string 1",
"ReceiveNewsLetter": true,
"EanInvoiceNumber": "sample string 3",
"InvoiceEmailAddress": "sample string 4",
"ReminderInvoiceEmailAddress": "sample string 5",
"MaxOutstandingAmount": 1.0,
"CustomerGroupId": 1,
"Incoterms": 0,
"BillToAddress": {
"VatNumber": "sample string 1",
"CocNumber": "sample string 2",
"FullName": "sample string 3",
"DateOfBirth": "2026-02-04T03:45:32.8296748+01:00",
"Gender": "sample string 4",
"PersonTitle": "sample string 5",
"MiddleName": "sample string 6",
"FirstName": "sample string 7",
"LastName": "sample string 8",
"LastNamePrefix": "sample string 9",
"Id": 10,
"CompanyName": "sample string 11",
"Address": "sample string 12",
"Address2": "sample string 13",
"StreetAddress": "sample string 14",
"StreetAddressNumber": "sample string 15",
"StreetAddressExtension": "sample string 16",
"PostalCode": "sample string 17",
"City": "sample string 18",
"CountryId": 1,
"CountryCode": "sample string 19",
"CountryName": null,
"EMail": "sample string 20",
"Phone": "sample string 21",
"Phone2": "sample string 22",
"StateProvince": "sample string 23",
"StateProvinceCode": "sample string 24"
},
"ShipToAddress": {
"VatNumber": "sample string 1",
"CocNumber": "sample string 2",
"FullName": "sample string 3",
"DateOfBirth": "2026-02-04T03:45:32.8296748+01:00",
"Gender": "sample string 4",
"PersonTitle": "sample string 5",
"MiddleName": "sample string 6",
"FirstName": "sample string 7",
"LastName": "sample string 8",
"LastNamePrefix": "sample string 9",
"Id": 10,
"CompanyName": "sample string 11",
"Address": "sample string 12",
"Address2": "sample string 13",
"StreetAddress": "sample string 14",
"StreetAddressNumber": "sample string 15",
"StreetAddressExtension": "sample string 16",
"PostalCode": "sample string 17",
"City": "sample string 18",
"CountryId": 1,
"CountryCode": "sample string 19",
"CountryName": null,
"EMail": "sample string 20",
"Phone": "sample string 21",
"Phone2": "sample string 22",
"StateProvince": "sample string 23",
"StateProvinceCode": "sample string 24"
},
"CompanyContacts": [
{
"CompanyContactId": 1,
"Function": "sample string 2",
"VatNumber": "sample string 3",
"CocNumber": "sample string 4",
"FullName": "sample string 5",
"DateOfBirth": "2026-02-04T03:45:32.8296748+01:00",
"Gender": "sample string 6",
"PersonTitle": "sample string 7",
"MiddleName": "sample string 8",
"FirstName": "sample string 9",
"LastName": "sample string 10",
"LastNamePrefix": "sample string 11",
"Id": 12,
"CompanyName": "sample string 13",
"Address": "sample string 14",
"Address2": "sample string 15",
"StreetAddress": "sample string 16",
"StreetAddressNumber": "sample string 17",
"StreetAddressExtension": "sample string 18",
"PostalCode": "sample string 19",
"City": "sample string 20",
"CountryId": 1,
"CountryCode": "sample string 21",
"CountryName": null,
"EMail": "sample string 22",
"Phone": "sample string 23",
"Phone2": "sample string 24",
"StateProvince": "sample string 25",
"StateProvinceCode": "sample string 26"
},
{
"CompanyContactId": 1,
"Function": "sample string 2",
"VatNumber": "sample string 3",
"CocNumber": "sample string 4",
"FullName": "sample string 5",
"DateOfBirth": "2026-02-04T03:45:32.8296748+01:00",
"Gender": "sample string 6",
"PersonTitle": "sample string 7",
"MiddleName": "sample string 8",
"FirstName": "sample string 9",
"LastName": "sample string 10",
"LastNamePrefix": "sample string 11",
"Id": 12,
"CompanyName": "sample string 13",
"Address": "sample string 14",
"Address2": "sample string 15",
"StreetAddress": "sample string 16",
"StreetAddressNumber": "sample string 17",
"StreetAddressExtension": "sample string 18",
"PostalCode": "sample string 19",
"City": "sample string 20",
"CountryId": 1,
"CountryCode": "sample string 21",
"CountryName": null,
"EMail": "sample string 22",
"Phone": "sample string 23",
"Phone2": "sample string 24",
"StateProvince": "sample string 25",
"StateProvinceCode": "sample string 26"
}
],
"ShopOwnerId": 1,
"PersonTitle": "sample string 6",
"FirstName": "sample string 7",
"MiddleName": "sample string 8",
"LastNamePrefix": "sample string 9",
"LastName": "sample string 10",
"CultureId": 1,
"PersonalNumber": "sample string 11",
"IsActive": true,
"Id": 13,
"FullName": "sample string 14",
"CompanyName": "sample string 15",
"EMail": "sample string 16",
"ContactReference": "sample string 17",
"ChangedTimestamp": "2026-02-04T03:45:32.8296748+01:00"
},
{
"CustomerCode": "sample string 1",
"ReceiveNewsLetter": true,
"EanInvoiceNumber": "sample string 3",
"InvoiceEmailAddress": "sample string 4",
"ReminderInvoiceEmailAddress": "sample string 5",
"MaxOutstandingAmount": 1.0,
"CustomerGroupId": 1,
"Incoterms": 0,
"BillToAddress": {
"VatNumber": "sample string 1",
"CocNumber": "sample string 2",
"FullName": "sample string 3",
"DateOfBirth": "2026-02-04T03:45:32.8296748+01:00",
"Gender": "sample string 4",
"PersonTitle": "sample string 5",
"MiddleName": "sample string 6",
"FirstName": "sample string 7",
"LastName": "sample string 8",
"LastNamePrefix": "sample string 9",
"Id": 10,
"CompanyName": "sample string 11",
"Address": "sample string 12",
"Address2": "sample string 13",
"StreetAddress": "sample string 14",
"StreetAddressNumber": "sample string 15",
"StreetAddressExtension": "sample string 16",
"PostalCode": "sample string 17",
"City": "sample string 18",
"CountryId": 1,
"CountryCode": "sample string 19",
"CountryName": null,
"EMail": "sample string 20",
"Phone": "sample string 21",
"Phone2": "sample string 22",
"StateProvince": "sample string 23",
"StateProvinceCode": "sample string 24"
},
"ShipToAddress": {
"VatNumber": "sample string 1",
"CocNumber": "sample string 2",
"FullName": "sample string 3",
"DateOfBirth": "2026-02-04T03:45:32.8296748+01:00",
"Gender": "sample string 4",
"PersonTitle": "sample string 5",
"MiddleName": "sample string 6",
"FirstName": "sample string 7",
"LastName": "sample string 8",
"LastNamePrefix": "sample string 9",
"Id": 10,
"CompanyName": "sample string 11",
"Address": "sample string 12",
"Address2": "sample string 13",
"StreetAddress": "sample string 14",
"StreetAddressNumber": "sample string 15",
"StreetAddressExtension": "sample string 16",
"PostalCode": "sample string 17",
"City": "sample string 18",
"CountryId": 1,
"CountryCode": "sample string 19",
"CountryName": null,
"EMail": "sample string 20",
"Phone": "sample string 21",
"Phone2": "sample string 22",
"StateProvince": "sample string 23",
"StateProvinceCode": "sample string 24"
},
"CompanyContacts": [
{
"CompanyContactId": 1,
"Function": "sample string 2",
"VatNumber": "sample string 3",
"CocNumber": "sample string 4",
"FullName": "sample string 5",
"DateOfBirth": "2026-02-04T03:45:32.8296748+01:00",
"Gender": "sample string 6",
"PersonTitle": "sample string 7",
"MiddleName": "sample string 8",
"FirstName": "sample string 9",
"LastName": "sample string 10",
"LastNamePrefix": "sample string 11",
"Id": 12,
"CompanyName": "sample string 13",
"Address": "sample string 14",
"Address2": "sample string 15",
"StreetAddress": "sample string 16",
"StreetAddressNumber": "sample string 17",
"StreetAddressExtension": "sample string 18",
"PostalCode": "sample string 19",
"City": "sample string 20",
"CountryId": 1,
"CountryCode": "sample string 21",
"CountryName": null,
"EMail": "sample string 22",
"Phone": "sample string 23",
"Phone2": "sample string 24",
"StateProvince": "sample string 25",
"StateProvinceCode": "sample string 26"
},
{
"CompanyContactId": 1,
"Function": "sample string 2",
"VatNumber": "sample string 3",
"CocNumber": "sample string 4",
"FullName": "sample string 5",
"DateOfBirth": "2026-02-04T03:45:32.8296748+01:00",
"Gender": "sample string 6",
"PersonTitle": "sample string 7",
"MiddleName": "sample string 8",
"FirstName": "sample string 9",
"LastName": "sample string 10",
"LastNamePrefix": "sample string 11",
"Id": 12,
"CompanyName": "sample string 13",
"Address": "sample string 14",
"Address2": "sample string 15",
"StreetAddress": "sample string 16",
"StreetAddressNumber": "sample string 17",
"StreetAddressExtension": "sample string 18",
"PostalCode": "sample string 19",
"City": "sample string 20",
"CountryId": 1,
"CountryCode": "sample string 21",
"CountryName": null,
"EMail": "sample string 22",
"Phone": "sample string 23",
"Phone2": "sample string 24",
"StateProvince": "sample string 25",
"StateProvinceCode": "sample string 26"
}
],
"ShopOwnerId": 1,
"PersonTitle": "sample string 6",
"FirstName": "sample string 7",
"MiddleName": "sample string 8",
"LastNamePrefix": "sample string 9",
"LastName": "sample string 10",
"CultureId": 1,
"PersonalNumber": "sample string 11",
"IsActive": true,
"Id": 13,
"FullName": "sample string 14",
"CompanyName": "sample string 15",
"EMail": "sample string 16",
"ContactReference": "sample string 17",
"ChangedTimestamp": "2026-02-04T03:45:32.8296748+01:00"
}
]
application/xml, text/xml
<ArrayOfCustomer xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Customer>
<Id>13</Id>
<FullName>sample string 14</FullName>
<CompanyName>sample string 15</CompanyName>
<EMail>sample string 16</EMail>
<ContactReference>sample string 17</ContactReference>
<ChangedTimestamp>2026-02-04T03:45:32.8296748+01:00</ChangedTimestamp>
<IsActive>true</IsActive>
<ShopOwnerId>1</ShopOwnerId>
<PersonTitle>sample string 6</PersonTitle>
<FirstName>sample string 7</FirstName>
<MiddleName>sample string 8</MiddleName>
<LastNamePrefix>sample string 9</LastNamePrefix>
<LastName>sample string 10</LastName>
<CultureId>1</CultureId>
<PersonalNumber>sample string 11</PersonalNumber>
<CustomerCode>sample string 1</CustomerCode>
<ReceiveNewsLetter>true</ReceiveNewsLetter>
<EanInvoiceNumber>sample string 3</EanInvoiceNumber>
<InvoiceEmailAddress>sample string 4</InvoiceEmailAddress>
<ReminderInvoiceEmailAddress>sample string 5</ReminderInvoiceEmailAddress>
<MaxOutstandingAmount>1</MaxOutstandingAmount>
<CustomerGroupId>1</CustomerGroupId>
<Incoterms>EXW</Incoterms>
<BillToAddress>
<Id>10</Id>
<CompanyName>sample string 11</CompanyName>
<Address>sample string 12</Address>
<Address2>sample string 13</Address2>
<StreetAddress>sample string 14</StreetAddress>
<StreetAddressNumber>sample string 15</StreetAddressNumber>
<StreetAddressExtension>sample string 16</StreetAddressExtension>
<PostalCode>sample string 17</PostalCode>
<City>sample string 18</City>
<CountryId>1</CountryId>
<CountryCode>sample string 19</CountryCode>
<EMail>sample string 20</EMail>
<Phone>sample string 21</Phone>
<Phone2>sample string 22</Phone2>
<StateProvince>sample string 23</StateProvince>
<StateProvinceCode>sample string 24</StateProvinceCode>
<VatNumber>sample string 1</VatNumber>
<CocNumber>sample string 2</CocNumber>
<FullName>sample string 3</FullName>
<DateOfBirth>2026-02-04T03:45:32.8296748+01:00</DateOfBirth>
<Gender>sample string 4</Gender>
<PersonTitle>sample string 5</PersonTitle>
<MiddleName>sample string 6</MiddleName>
<FirstName>sample string 7</FirstName>
<LastName>sample string 8</LastName>
<LastNamePrefix>sample string 9</LastNamePrefix>
</BillToAddress>
<ShipToAddress>
<Id>10</Id>
<CompanyName>sample string 11</CompanyName>
<Address>sample string 12</Address>
<Address2>sample string 13</Address2>
<StreetAddress>sample string 14</StreetAddress>
<StreetAddressNumber>sample string 15</StreetAddressNumber>
<StreetAddressExtension>sample string 16</StreetAddressExtension>
<PostalCode>sample string 17</PostalCode>
<City>sample string 18</City>
<CountryId>1</CountryId>
<CountryCode>sample string 19</CountryCode>
<EMail>sample string 20</EMail>
<Phone>sample string 21</Phone>
<Phone2>sample string 22</Phone2>
<StateProvince>sample string 23</StateProvince>
<StateProvinceCode>sample string 24</StateProvinceCode>
<VatNumber>sample string 1</VatNumber>
<CocNumber>sample string 2</CocNumber>
<FullName>sample string 3</FullName>
<DateOfBirth>2026-02-04T03:45:32.8296748+01:00</DateOfBirth>
<Gender>sample string 4</Gender>
<PersonTitle>sample string 5</PersonTitle>
<MiddleName>sample string 6</MiddleName>
<FirstName>sample string 7</FirstName>
<LastName>sample string 8</LastName>
<LastNamePrefix>sample string 9</LastNamePrefix>
</ShipToAddress>
<CompanyContacts>
<CompanyContact>
<Id>12</Id>
<CompanyName>sample string 13</CompanyName>
<Address>sample string 14</Address>
<Address2>sample string 15</Address2>
<StreetAddress>sample string 16</StreetAddress>
<StreetAddressNumber>sample string 17</StreetAddressNumber>
<StreetAddressExtension>sample string 18</StreetAddressExtension>
<PostalCode>sample string 19</PostalCode>
<City>sample string 20</City>
<CountryId>1</CountryId>
<CountryCode>sample string 21</CountryCode>
<EMail>sample string 22</EMail>
<Phone>sample string 23</Phone>
<Phone2>sample string 24</Phone2>
<StateProvince>sample string 25</StateProvince>
<StateProvinceCode>sample string 26</StateProvinceCode>
<VatNumber>sample string 3</VatNumber>
<CocNumber>sample string 4</CocNumber>
<FullName>sample string 5</FullName>
<DateOfBirth>2026-02-04T03:45:32.8296748+01:00</DateOfBirth>
<Gender>sample string 6</Gender>
<PersonTitle>sample string 7</PersonTitle>
<MiddleName>sample string 8</MiddleName>
<FirstName>sample string 9</FirstName>
<LastName>sample string 10</LastName>
<LastNamePrefix>sample string 11</LastNamePrefix>
<CompanyContactId>1</CompanyContactId>
<Function>sample string 2</Function>
</CompanyContact>
<CompanyContact>
<Id>12</Id>
<CompanyName>sample string 13</CompanyName>
<Address>sample string 14</Address>
<Address2>sample string 15</Address2>
<StreetAddress>sample string 16</StreetAddress>
<StreetAddressNumber>sample string 17</StreetAddressNumber>
<StreetAddressExtension>sample string 18</StreetAddressExtension>
<PostalCode>sample string 19</PostalCode>
<City>sample string 20</City>
<CountryId>1</CountryId>
<CountryCode>sample string 21</CountryCode>
<EMail>sample string 22</EMail>
<Phone>sample string 23</Phone>
<Phone2>sample string 24</Phone2>
<StateProvince>sample string 25</StateProvince>
<StateProvinceCode>sample string 26</StateProvinceCode>
<VatNumber>sample string 3</VatNumber>
<CocNumber>sample string 4</CocNumber>
<FullName>sample string 5</FullName>
<DateOfBirth>2026-02-04T03:45:32.8296748+01:00</DateOfBirth>
<Gender>sample string 6</Gender>
<PersonTitle>sample string 7</PersonTitle>
<MiddleName>sample string 8</MiddleName>
<FirstName>sample string 9</FirstName>
<LastName>sample string 10</LastName>
<LastNamePrefix>sample string 11</LastNamePrefix>
<CompanyContactId>1</CompanyContactId>
<Function>sample string 2</Function>
</CompanyContact>
</CompanyContacts>
</Customer>
<Customer>
<Id>13</Id>
<FullName>sample string 14</FullName>
<CompanyName>sample string 15</CompanyName>
<EMail>sample string 16</EMail>
<ContactReference>sample string 17</ContactReference>
<ChangedTimestamp>2026-02-04T03:45:32.8296748+01:00</ChangedTimestamp>
<IsActive>true</IsActive>
<ShopOwnerId>1</ShopOwnerId>
<PersonTitle>sample string 6</PersonTitle>
<FirstName>sample string 7</FirstName>
<MiddleName>sample string 8</MiddleName>
<LastNamePrefix>sample string 9</LastNamePrefix>
<LastName>sample string 10</LastName>
<CultureId>1</CultureId>
<PersonalNumber>sample string 11</PersonalNumber>
<CustomerCode>sample string 1</CustomerCode>
<ReceiveNewsLetter>true</ReceiveNewsLetter>
<EanInvoiceNumber>sample string 3</EanInvoiceNumber>
<InvoiceEmailAddress>sample string 4</InvoiceEmailAddress>
<ReminderInvoiceEmailAddress>sample string 5</ReminderInvoiceEmailAddress>
<MaxOutstandingAmount>1</MaxOutstandingAmount>
<CustomerGroupId>1</CustomerGroupId>
<Incoterms>EXW</Incoterms>
<BillToAddress>
<Id>10</Id>
<CompanyName>sample string 11</CompanyName>
<Address>sample string 12</Address>
<Address2>sample string 13</Address2>
<StreetAddress>sample string 14</StreetAddress>
<StreetAddressNumber>sample string 15</StreetAddressNumber>
<StreetAddressExtension>sample string 16</StreetAddressExtension>
<PostalCode>sample string 17</PostalCode>
<City>sample string 18</City>
<CountryId>1</CountryId>
<CountryCode>sample string 19</CountryCode>
<EMail>sample string 20</EMail>
<Phone>sample string 21</Phone>
<Phone2>sample string 22</Phone2>
<StateProvince>sample string 23</StateProvince>
<StateProvinceCode>sample string 24</StateProvinceCode>
<VatNumber>sample string 1</VatNumber>
<CocNumber>sample string 2</CocNumber>
<FullName>sample string 3</FullName>
<DateOfBirth>2026-02-04T03:45:32.8296748+01:00</DateOfBirth>
<Gender>sample string 4</Gender>
<PersonTitle>sample string 5</PersonTitle>
<MiddleName>sample string 6</MiddleName>
<FirstName>sample string 7</FirstName>
<LastName>sample string 8</LastName>
<LastNamePrefix>sample string 9</LastNamePrefix>
</BillToAddress>
<ShipToAddress>
<Id>10</Id>
<CompanyName>sample string 11</CompanyName>
<Address>sample string 12</Address>
<Address2>sample string 13</Address2>
<StreetAddress>sample string 14</StreetAddress>
<StreetAddressNumber>sample string 15</StreetAddressNumber>
<StreetAddressExtension>sample string 16</StreetAddressExtension>
<PostalCode>sample string 17</PostalCode>
<City>sample string 18</City>
<CountryId>1</CountryId>
<CountryCode>sample string 19</CountryCode>
<EMail>sample string 20</EMail>
<Phone>sample string 21</Phone>
<Phone2>sample string 22</Phone2>
<StateProvince>sample string 23</StateProvince>
<StateProvinceCode>sample string 24</StateProvinceCode>
<VatNumber>sample string 1</VatNumber>
<CocNumber>sample string 2</CocNumber>
<FullName>sample string 3</FullName>
<DateOfBirth>2026-02-04T03:45:32.8296748+01:00</DateOfBirth>
<Gender>sample string 4</Gender>
<PersonTitle>sample string 5</PersonTitle>
<MiddleName>sample string 6</MiddleName>
<FirstName>sample string 7</FirstName>
<LastName>sample string 8</LastName>
<LastNamePrefix>sample string 9</LastNamePrefix>
</ShipToAddress>
<CompanyContacts>
<CompanyContact>
<Id>12</Id>
<CompanyName>sample string 13</CompanyName>
<Address>sample string 14</Address>
<Address2>sample string 15</Address2>
<StreetAddress>sample string 16</StreetAddress>
<StreetAddressNumber>sample string 17</StreetAddressNumber>
<StreetAddressExtension>sample string 18</StreetAddressExtension>
<PostalCode>sample string 19</PostalCode>
<City>sample string 20</City>
<CountryId>1</CountryId>
<CountryCode>sample string 21</CountryCode>
<EMail>sample string 22</EMail>
<Phone>sample string 23</Phone>
<Phone2>sample string 24</Phone2>
<StateProvince>sample string 25</StateProvince>
<StateProvinceCode>sample string 26</StateProvinceCode>
<VatNumber>sample string 3</VatNumber>
<CocNumber>sample string 4</CocNumber>
<FullName>sample string 5</FullName>
<DateOfBirth>2026-02-04T03:45:32.8296748+01:00</DateOfBirth>
<Gender>sample string 6</Gender>
<PersonTitle>sample string 7</PersonTitle>
<MiddleName>sample string 8</MiddleName>
<FirstName>sample string 9</FirstName>
<LastName>sample string 10</LastName>
<LastNamePrefix>sample string 11</LastNamePrefix>
<CompanyContactId>1</CompanyContactId>
<Function>sample string 2</Function>
</CompanyContact>
<CompanyContact>
<Id>12</Id>
<CompanyName>sample string 13</CompanyName>
<Address>sample string 14</Address>
<Address2>sample string 15</Address2>
<StreetAddress>sample string 16</StreetAddress>
<StreetAddressNumber>sample string 17</StreetAddressNumber>
<StreetAddressExtension>sample string 18</StreetAddressExtension>
<PostalCode>sample string 19</PostalCode>
<City>sample string 20</City>
<CountryId>1</CountryId>
<CountryCode>sample string 21</CountryCode>
<EMail>sample string 22</EMail>
<Phone>sample string 23</Phone>
<Phone2>sample string 24</Phone2>
<StateProvince>sample string 25</StateProvince>
<StateProvinceCode>sample string 26</StateProvinceCode>
<VatNumber>sample string 3</VatNumber>
<CocNumber>sample string 4</CocNumber>
<FullName>sample string 5</FullName>
<DateOfBirth>2026-02-04T03:45:32.8296748+01:00</DateOfBirth>
<Gender>sample string 6</Gender>
<PersonTitle>sample string 7</PersonTitle>
<MiddleName>sample string 8</MiddleName>
<FirstName>sample string 9</FirstName>
<LastName>sample string 10</LastName>
<LastNamePrefix>sample string 11</LastNamePrefix>
<CompanyContactId>1</CompanyContactId>
<Function>sample string 2</Function>
</CompanyContact>
</CompanyContacts>
</Customer>
</ArrayOfCustomer>