GET api/Contacts/{licensePlate}
Gets all contacts by a licenseplate
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| licensePlate | string |
Required |
Body Parameters
None.
Remarks
None.
Example
None.
Response Information
Resource Description
Collection of ContactResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactId | globally unique identifier |
Required |
|
| BranchId | integer |
None. |
|
| BranchName | string |
Max length: 160 |
|
| Name | string |
Required Max length: 128 |
|
| Address1 | string |
Max length: 100 |
|
| Address2 | string |
Max length: 100 |
|
| Address3 | string |
Max length: 100 |
|
| PostalCode | string |
Max length: 10 |
|
| Town | string |
Max length: 50 |
|
| CountryId | string |
Required Max length: 2 |
|
| CountryName | string |
Max length: 100 |
|
| string |
Max length: 50 |
||
| Phone | string |
Max length: 50 |
|
| Mobile | string |
Max length: 50 |
|
| BusinessPosition | string |
Max length: 50 |
|
| Note | string |
None. |
|
| PreferredCultureId | string |
Max length: 5 |
|
| Identification | integer |
None. |
|
| IsDefault | boolean |
Required |
|
| UseCustomerAddress | boolean |
Required |
|
| CustomerNo | integer |
None. |
|
| CreatedDate |
Date when the contact was created. |
date |
Required |
| CreatedBy |
Contact created by user. |
string |
Required |
| ChangedDate |
Date when the contact was last changed. |
date |
Required |
| ChangedBy |
Last changed by user. |
string |
Required |
| GDPRConsentDate |
Gets the date when the contact has given consent for data storing and processing. |
date |
None. |
| MarkedForRemoval |
Gets the date of removal. If this date is set the contact has been asked to be removed. |
date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ContactId": "1f187cda-a9ac-4396-b8ac-e16937e5888d",
"BranchId": 1,
"BranchName": "sample string 2",
"Name": "sample string 3",
"Address1": "sample string 4",
"Address2": "sample string 5",
"Address3": "sample string 6",
"PostalCode": "sample string 7",
"Town": "sample string 8",
"CountryId": "sample string 9",
"CountryName": "sample string 10",
"Email": "sample string 11",
"Phone": "sample string 12",
"Mobile": "sample string 13",
"BusinessPosition": "sample string 14",
"Note": "sample string 15",
"PreferredCultureId": "sample string 16",
"Identification": 1,
"IsDefault": true,
"UseCustomerAddress": true,
"CustomerNo": 1,
"CreatedDate": "12/21/2025 1:08:11 PM",
"CreatedBy": "sample string 20",
"ChangedDate": "12/21/2025 1:08:11 PM",
"ChangedBy": "sample string 22",
"GDPRConsentDate": "12/21/2025 1:08:11 PM",
"MarkedForRemoval": "12/21/2025 1:08:11 PM"
},
{
"ContactId": "1f187cda-a9ac-4396-b8ac-e16937e5888d",
"BranchId": 1,
"BranchName": "sample string 2",
"Name": "sample string 3",
"Address1": "sample string 4",
"Address2": "sample string 5",
"Address3": "sample string 6",
"PostalCode": "sample string 7",
"Town": "sample string 8",
"CountryId": "sample string 9",
"CountryName": "sample string 10",
"Email": "sample string 11",
"Phone": "sample string 12",
"Mobile": "sample string 13",
"BusinessPosition": "sample string 14",
"Note": "sample string 15",
"PreferredCultureId": "sample string 16",
"Identification": 1,
"IsDefault": true,
"UseCustomerAddress": true,
"CustomerNo": 1,
"CreatedDate": "12/21/2025 1:08:11 PM",
"CreatedBy": "sample string 20",
"ChangedDate": "12/21/2025 1:08:11 PM",
"ChangedBy": "sample string 22",
"GDPRConsentDate": "12/21/2025 1:08:11 PM",
"MarkedForRemoval": "12/21/2025 1:08:11 PM"
}
]
application/xml, text/xml
Sample:
<ArrayOfContactResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Business">
<ContactResponse>
<Address1>sample string 4</Address1>
<Address2>sample string 5</Address2>
<Address3>sample string 6</Address3>
<BranchId>1</BranchId>
<BranchName>sample string 2</BranchName>
<BusinessPosition>sample string 14</BusinessPosition>
<ChangedBy>sample string 22</ChangedBy>
<ChangedDate>2025-12-21T13:08:11.3594651+00:00</ChangedDate>
<ContactId>1f187cda-a9ac-4396-b8ac-e16937e5888d</ContactId>
<CountryId>sample string 9</CountryId>
<CountryName>sample string 10</CountryName>
<CreatedBy>sample string 20</CreatedBy>
<CreatedDate>2025-12-21T13:08:11.3594651+00:00</CreatedDate>
<CustomerNo>1</CustomerNo>
<Email>sample string 11</Email>
<GDPRConsentDate>2025-12-21T13:08:11.3594651+00:00</GDPRConsentDate>
<Identification>1</Identification>
<IsDefault>true</IsDefault>
<MarkedForRemoval>2025-12-21T13:08:11.3594651+00:00</MarkedForRemoval>
<Mobile>sample string 13</Mobile>
<Name>sample string 3</Name>
<Note>sample string 15</Note>
<Phone>sample string 12</Phone>
<PostalCode>sample string 7</PostalCode>
<PreferredCultureId>sample string 16</PreferredCultureId>
<Town>sample string 8</Town>
<UseCustomerAddress>true</UseCustomerAddress>
</ContactResponse>
<ContactResponse>
<Address1>sample string 4</Address1>
<Address2>sample string 5</Address2>
<Address3>sample string 6</Address3>
<BranchId>1</BranchId>
<BranchName>sample string 2</BranchName>
<BusinessPosition>sample string 14</BusinessPosition>
<ChangedBy>sample string 22</ChangedBy>
<ChangedDate>2025-12-21T13:08:11.3594651+00:00</ChangedDate>
<ContactId>1f187cda-a9ac-4396-b8ac-e16937e5888d</ContactId>
<CountryId>sample string 9</CountryId>
<CountryName>sample string 10</CountryName>
<CreatedBy>sample string 20</CreatedBy>
<CreatedDate>2025-12-21T13:08:11.3594651+00:00</CreatedDate>
<CustomerNo>1</CustomerNo>
<Email>sample string 11</Email>
<GDPRConsentDate>2025-12-21T13:08:11.3594651+00:00</GDPRConsentDate>
<Identification>1</Identification>
<IsDefault>true</IsDefault>
<MarkedForRemoval>2025-12-21T13:08:11.3594651+00:00</MarkedForRemoval>
<Mobile>sample string 13</Mobile>
<Name>sample string 3</Name>
<Note>sample string 15</Note>
<Phone>sample string 12</Phone>
<PostalCode>sample string 7</PostalCode>
<PreferredCultureId>sample string 16</PreferredCultureId>
<Town>sample string 8</Town>
<UseCustomerAddress>true</UseCustomerAddress>
</ContactResponse>
</ArrayOfContactResponse>