GET api/Customers/licensePlate/{licensePlate}
Gets all customers by 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 CustomerResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Customer Id |
globally unique identifier |
None. |
| BranchName | string |
Max length: 80 |
|
| CountryName | string |
Required Max length: 50 |
|
| CustomerCategoryId1Name | string |
Max length: 100 |
|
| CustomerCategoryId2Name | string |
Max length: 100 |
|
| Agreements |
Collection of associated agreement data |
Collection of AgreementResponseLite |
None. |
| CreatedBy | string |
Max length: 256 |
|
| Created | date |
None. |
|
| ChangedBy | string |
Max length: 256 |
|
| Changed | date |
None. |
|
| DeliveryAddresses | Collection of DeliveryAddressResponse |
None. |
|
| BreakdownServiceTypeName | string |
Max length: 50 |
|
| CurrentClaim |
Customers current claim, returns null if no current claim can be found. decimal(18,2) |
decimal number |
None. |
| CreditLimit |
Customers credit limit, returns null no credit limit can be found. decimal(18,2) |
decimal number |
None. |
| FreezeFlag |
Required if entity exists |
boolean |
None. |
| CSID | integer |
None. |
|
| CustomerNo |
Customer number |
integer |
Required |
| BranchId |
Id for branch |
integer |
None. |
| SearchCode |
Search code |
string |
Required Max length: 10 Min length: 1 |
| Name |
Name |
string |
Required Max length: 50 Min length: 1 |
| OrgNo |
Organization number |
string |
Max length: 30 |
| Address1 |
Address line 1 |
string |
Max length: 100 |
| Address2 |
Address line 2 |
string |
Max length: 100 |
| Address3 |
Address line 3 |
string |
Max length: 100 |
| PostalCode |
Postal code |
string |
Max length: 10 |
| Town |
Town |
string |
Max length: 50 |
| CountryId |
Id of country |
string |
Required Max length: 2 |
| BoardHome |
Registered office |
string |
Max length: 50 |
| Phone1 |
Phone |
string |
Max length: 50 |
| Phone2 |
Mobile |
string |
Max length: 50 |
| WebSite |
Web site |
string |
Max length: 100 |
|
Email address |
string |
Max length: 50 |
|
| Note |
Note |
string |
Max length: 4000 |
| PreferredCultureId |
Id of preferred culture |
string |
Max length: 5 |
| VatRegistrationNumber |
VAT registration number |
string |
Max length: 50 |
| CustomerCategoryId1 |
Id of customer category 1 |
integer |
None. |
| CustomerCategoryId2 |
Id of customer category 2 |
integer |
None. |
| ReferencePerson |
Reference person |
string |
Max length: 50 |
| ContactPerson |
Contact person |
string |
Max length: 50 |
| DistrictId |
Id of district |
integer |
None. |
| PaysVAT |
True if customer pays VAT |
boolean |
None. |
| BreakdownServiceTypeId |
Id of breakdown service type |
integer |
None. |
| YourReference |
Your reference |
string |
Max length: 20 |
| RequisitionOrderNumber |
Requisition order number |
string |
Max length: 40 |
| InternalWorkingOrderNumber |
Internal working order number |
string |
Max length: 40 |
| ParentCustomerNo |
Parent customer number |
integer |
None. |
| SalesPerson |
Sales person |
string |
Max length: 128 |
| Export |
Export |
boolean |
Required |
| WithinEU |
True if customer is within EU |
boolean |
Required |
| Inactive |
True if customer is inactive |
boolean |
Required |
| TransportationScheduleId |
Id of transportation schedule |
integer |
None. |
| IsCompany |
True if customer is company, otherwise customer is private |
boolean |
None. |
| GDPRConsentDate |
Gets the date when the customer has given consent for data storage and processing. |
date |
None. |
| CustomerType |
Customer type |
string |
Max length: 256 |
| DocumentPath |
Document path |
string |
Max length: 200 |
| ExternalReference |
External reference |
string |
Max length: 50 |
| GlobalLocationNumber |
Global locaction number |
string |
Max length: 13 Min length: 13 |
| InterestInvoice |
Interest invoice |
boolean |
None. |
| IsCashCustomer |
True if customer is an cash customer |
boolean |
None. |
| RegionId |
Id of region |
integer |
None. |
Response Formats
application/json, text/json
[
{
"Id": "feb519f0-147b-4416-82fa-0011ed418af9",
"BranchName": "sample string 2",
"CountryName": "sample string 3",
"CustomerCategoryId1Name": "sample string 4",
"CustomerCategoryId2Name": "sample string 5",
"Agreements": [
{
"ZoneId": 1,
"Number": 1,
"FixedProductRange": true
},
{
"ZoneId": 1,
"Number": 1,
"FixedProductRange": true
}
],
"CreatedBy": "sample string 6",
"Created": "12/21/2025 1:07:36 PM",
"ChangedBy": "sample string 7",
"Changed": "12/21/2025 1:07:36 PM",
"DeliveryAddresses": [
{
"Id": "4adaf338-b585-4ecc-b593-d772f0d36dd8",
"CountryName": "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",
"Phone1": "sample string 10",
"Phone2": "sample string 11",
"IsDefaultAddress": true
},
{
"Id": "4adaf338-b585-4ecc-b593-d772f0d36dd8",
"CountryName": "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",
"Phone1": "sample string 10",
"Phone2": "sample string 11",
"IsDefaultAddress": true
}
],
"BreakdownServiceTypeName": "sample string 8",
"CurrentClaim": 1.0,
"CreditLimit": 1.0,
"FreezeFlag": true,
"CSID": 1,
"CustomerNo": 10,
"BranchId": 1,
"SearchCode": "sample string 11",
"Name": "sample string 12",
"OrgNo": "sample string 13",
"Address1": "sample string 14",
"Address2": "sample string 15",
"Address3": "sample string 16",
"PostalCode": "sample string 17",
"Town": "sample string 18",
"CountryId": "sample string 19",
"BoardHome": "sample string 20",
"Phone1": "sample string 21",
"Phone2": "sample string 22",
"WebSite": "sample string 23",
"Email": "sample string 24",
"Note": "sample string 25",
"PreferredCultureId": "sample string 26",
"VatRegistrationNumber": "sample string 27",
"CustomerCategoryId1": 1,
"CustomerCategoryId2": 1,
"ReferencePerson": "sample string 28",
"ContactPerson": "sample string 29",
"DistrictId": 1,
"PaysVAT": true,
"BreakdownServiceTypeId": 1,
"YourReference": "sample string 31",
"RequisitionOrderNumber": "sample string 32",
"InternalWorkingOrderNumber": "sample string 33",
"ParentCustomerNo": 1,
"SalesPerson": "sample string 34",
"Export": true,
"WithinEU": true,
"Inactive": true,
"TransportationScheduleId": 1,
"IsCompany": true,
"GDPRConsentDate": "12/21/2025 1:07:36 PM",
"CustomerType": "sample string 38",
"DocumentPath": "sample string 39",
"ExternalReference": "sample string 40",
"GlobalLocationNumber": "sample string 41",
"InterestInvoice": true,
"IsCashCustomer": true,
"RegionId": 1
},
{
"Id": "feb519f0-147b-4416-82fa-0011ed418af9",
"BranchName": "sample string 2",
"CountryName": "sample string 3",
"CustomerCategoryId1Name": "sample string 4",
"CustomerCategoryId2Name": "sample string 5",
"Agreements": [
{
"ZoneId": 1,
"Number": 1,
"FixedProductRange": true
},
{
"ZoneId": 1,
"Number": 1,
"FixedProductRange": true
}
],
"CreatedBy": "sample string 6",
"Created": "12/21/2025 1:07:36 PM",
"ChangedBy": "sample string 7",
"Changed": "12/21/2025 1:07:36 PM",
"DeliveryAddresses": [
{
"Id": "4adaf338-b585-4ecc-b593-d772f0d36dd8",
"CountryName": "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",
"Phone1": "sample string 10",
"Phone2": "sample string 11",
"IsDefaultAddress": true
},
{
"Id": "4adaf338-b585-4ecc-b593-d772f0d36dd8",
"CountryName": "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",
"Phone1": "sample string 10",
"Phone2": "sample string 11",
"IsDefaultAddress": true
}
],
"BreakdownServiceTypeName": "sample string 8",
"CurrentClaim": 1.0,
"CreditLimit": 1.0,
"FreezeFlag": true,
"CSID": 1,
"CustomerNo": 10,
"BranchId": 1,
"SearchCode": "sample string 11",
"Name": "sample string 12",
"OrgNo": "sample string 13",
"Address1": "sample string 14",
"Address2": "sample string 15",
"Address3": "sample string 16",
"PostalCode": "sample string 17",
"Town": "sample string 18",
"CountryId": "sample string 19",
"BoardHome": "sample string 20",
"Phone1": "sample string 21",
"Phone2": "sample string 22",
"WebSite": "sample string 23",
"Email": "sample string 24",
"Note": "sample string 25",
"PreferredCultureId": "sample string 26",
"VatRegistrationNumber": "sample string 27",
"CustomerCategoryId1": 1,
"CustomerCategoryId2": 1,
"ReferencePerson": "sample string 28",
"ContactPerson": "sample string 29",
"DistrictId": 1,
"PaysVAT": true,
"BreakdownServiceTypeId": 1,
"YourReference": "sample string 31",
"RequisitionOrderNumber": "sample string 32",
"InternalWorkingOrderNumber": "sample string 33",
"ParentCustomerNo": 1,
"SalesPerson": "sample string 34",
"Export": true,
"WithinEU": true,
"Inactive": true,
"TransportationScheduleId": 1,
"IsCompany": true,
"GDPRConsentDate": "12/21/2025 1:07:36 PM",
"CustomerType": "sample string 38",
"DocumentPath": "sample string 39",
"ExternalReference": "sample string 40",
"GlobalLocationNumber": "sample string 41",
"InterestInvoice": true,
"IsCashCustomer": true,
"RegionId": 1
}
]
application/xml, text/xml
<ArrayOfCustomerResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Business">
<CustomerResponse>
<Address1>sample string 14</Address1>
<Address2>sample string 15</Address2>
<Address3>sample string 16</Address3>
<BoardHome>sample string 20</BoardHome>
<BranchId>1</BranchId>
<BreakdownServiceTypeId>1</BreakdownServiceTypeId>
<ContactPerson>sample string 29</ContactPerson>
<CountryId>sample string 19</CountryId>
<CustomerCategoryId1>1</CustomerCategoryId1>
<CustomerCategoryId2>1</CustomerCategoryId2>
<CustomerNo>10</CustomerNo>
<CustomerType>sample string 38</CustomerType>
<DistrictId>1</DistrictId>
<DocumentPath>sample string 39</DocumentPath>
<Email>sample string 24</Email>
<Export>true</Export>
<ExternalReference>sample string 40</ExternalReference>
<GDPRConsentDate>2025-12-21T13:07:36.0921396+00:00</GDPRConsentDate>
<GlobalLocationNumber>sample string 41</GlobalLocationNumber>
<Inactive>true</Inactive>
<InterestInvoice>true</InterestInvoice>
<InternalWorkingOrderNumber>sample string 33</InternalWorkingOrderNumber>
<IsCashCustomer>true</IsCashCustomer>
<IsCompany>true</IsCompany>
<Name>sample string 12</Name>
<Note>sample string 25</Note>
<OrgNo>sample string 13</OrgNo>
<ParentCustomerNo>1</ParentCustomerNo>
<PaysVAT>true</PaysVAT>
<Phone1>sample string 21</Phone1>
<Phone2>sample string 22</Phone2>
<PostalCode>sample string 17</PostalCode>
<PreferredCultureId>sample string 26</PreferredCultureId>
<ReferencePerson>sample string 28</ReferencePerson>
<RegionId>1</RegionId>
<RequisitionOrderNumber>sample string 32</RequisitionOrderNumber>
<SalesPerson>sample string 34</SalesPerson>
<SearchCode>sample string 11</SearchCode>
<Town>sample string 18</Town>
<TransportationScheduleId>1</TransportationScheduleId>
<VatRegistrationNumber>sample string 27</VatRegistrationNumber>
<WebSite>sample string 23</WebSite>
<WithinEU>true</WithinEU>
<YourReference>sample string 31</YourReference>
<Agreements xmlns:d3p1="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Agreement">
<d3p1:AgreementResponseLite>
<d3p1:FixedProductRange>true</d3p1:FixedProductRange>
<d3p1:Number>1</d3p1:Number>
<d3p1:ZoneId>1</d3p1:ZoneId>
</d3p1:AgreementResponseLite>
<d3p1:AgreementResponseLite>
<d3p1:FixedProductRange>true</d3p1:FixedProductRange>
<d3p1:Number>1</d3p1:Number>
<d3p1:ZoneId>1</d3p1:ZoneId>
</d3p1:AgreementResponseLite>
</Agreements>
<BranchName>sample string 2</BranchName>
<BreakdownServiceTypeName>sample string 8</BreakdownServiceTypeName>
<CSID>1</CSID>
<Changed>2025-12-21T13:07:36.0921396+00:00</Changed>
<ChangedBy>sample string 7</ChangedBy>
<CountryName>sample string 3</CountryName>
<Created>2025-12-21T13:07:36.0921396+00:00</Created>
<CreatedBy>sample string 6</CreatedBy>
<CreditLimit>1</CreditLimit>
<CurrentClaim>1</CurrentClaim>
<CustomerCategoryId1Name>sample string 4</CustomerCategoryId1Name>
<CustomerCategoryId2Name>sample string 5</CustomerCategoryId2Name>
<DeliveryAddresses>
<DeliveryAddressResponse>
<Address1>sample string 4</Address1>
<Address2>sample string 5</Address2>
<Address3>sample string 6</Address3>
<CountryId>sample string 9</CountryId>
<IsDefaultAddress>true</IsDefaultAddress>
<Name>sample string 3</Name>
<Phone1>sample string 10</Phone1>
<Phone2>sample string 11</Phone2>
<PostalCode>sample string 7</PostalCode>
<Town>sample string 8</Town>
<CountryName>sample string 2</CountryName>
<Id>4adaf338-b585-4ecc-b593-d772f0d36dd8</Id>
</DeliveryAddressResponse>
<DeliveryAddressResponse>
<Address1>sample string 4</Address1>
<Address2>sample string 5</Address2>
<Address3>sample string 6</Address3>
<CountryId>sample string 9</CountryId>
<IsDefaultAddress>true</IsDefaultAddress>
<Name>sample string 3</Name>
<Phone1>sample string 10</Phone1>
<Phone2>sample string 11</Phone2>
<PostalCode>sample string 7</PostalCode>
<Town>sample string 8</Town>
<CountryName>sample string 2</CountryName>
<Id>4adaf338-b585-4ecc-b593-d772f0d36dd8</Id>
</DeliveryAddressResponse>
</DeliveryAddresses>
<FreezeFlag>true</FreezeFlag>
<Id>feb519f0-147b-4416-82fa-0011ed418af9</Id>
</CustomerResponse>
<CustomerResponse>
<Address1>sample string 14</Address1>
<Address2>sample string 15</Address2>
<Address3>sample string 16</Address3>
<BoardHome>sample string 20</BoardHome>
<BranchId>1</BranchId>
<BreakdownServiceTypeId>1</BreakdownServiceTypeId>
<ContactPerson>sample string 29</ContactPerson>
<CountryId>sample string 19</CountryId>
<CustomerCategoryId1>1</CustomerCategoryId1>
<CustomerCategoryId2>1</CustomerCategoryId2>
<CustomerNo>10</CustomerNo>
<CustomerType>sample string 38</CustomerType>
<DistrictId>1</DistrictId>
<DocumentPath>sample string 39</DocumentPath>
<Email>sample string 24</Email>
<Export>true</Export>
<ExternalReference>sample string 40</ExternalReference>
<GDPRConsentDate>2025-12-21T13:07:36.0921396+00:00</GDPRConsentDate>
<GlobalLocationNumber>sample string 41</GlobalLocationNumber>
<Inactive>true</Inactive>
<InterestInvoice>true</InterestInvoice>
<InternalWorkingOrderNumber>sample string 33</InternalWorkingOrderNumber>
<IsCashCustomer>true</IsCashCustomer>
<IsCompany>true</IsCompany>
<Name>sample string 12</Name>
<Note>sample string 25</Note>
<OrgNo>sample string 13</OrgNo>
<ParentCustomerNo>1</ParentCustomerNo>
<PaysVAT>true</PaysVAT>
<Phone1>sample string 21</Phone1>
<Phone2>sample string 22</Phone2>
<PostalCode>sample string 17</PostalCode>
<PreferredCultureId>sample string 26</PreferredCultureId>
<ReferencePerson>sample string 28</ReferencePerson>
<RegionId>1</RegionId>
<RequisitionOrderNumber>sample string 32</RequisitionOrderNumber>
<SalesPerson>sample string 34</SalesPerson>
<SearchCode>sample string 11</SearchCode>
<Town>sample string 18</Town>
<TransportationScheduleId>1</TransportationScheduleId>
<VatRegistrationNumber>sample string 27</VatRegistrationNumber>
<WebSite>sample string 23</WebSite>
<WithinEU>true</WithinEU>
<YourReference>sample string 31</YourReference>
<Agreements xmlns:d3p1="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Agreement">
<d3p1:AgreementResponseLite>
<d3p1:FixedProductRange>true</d3p1:FixedProductRange>
<d3p1:Number>1</d3p1:Number>
<d3p1:ZoneId>1</d3p1:ZoneId>
</d3p1:AgreementResponseLite>
<d3p1:AgreementResponseLite>
<d3p1:FixedProductRange>true</d3p1:FixedProductRange>
<d3p1:Number>1</d3p1:Number>
<d3p1:ZoneId>1</d3p1:ZoneId>
</d3p1:AgreementResponseLite>
</Agreements>
<BranchName>sample string 2</BranchName>
<BreakdownServiceTypeName>sample string 8</BreakdownServiceTypeName>
<CSID>1</CSID>
<Changed>2025-12-21T13:07:36.0921396+00:00</Changed>
<ChangedBy>sample string 7</ChangedBy>
<CountryName>sample string 3</CountryName>
<Created>2025-12-21T13:07:36.0921396+00:00</Created>
<CreatedBy>sample string 6</CreatedBy>
<CreditLimit>1</CreditLimit>
<CurrentClaim>1</CurrentClaim>
<CustomerCategoryId1Name>sample string 4</CustomerCategoryId1Name>
<CustomerCategoryId2Name>sample string 5</CustomerCategoryId2Name>
<DeliveryAddresses>
<DeliveryAddressResponse>
<Address1>sample string 4</Address1>
<Address2>sample string 5</Address2>
<Address3>sample string 6</Address3>
<CountryId>sample string 9</CountryId>
<IsDefaultAddress>true</IsDefaultAddress>
<Name>sample string 3</Name>
<Phone1>sample string 10</Phone1>
<Phone2>sample string 11</Phone2>
<PostalCode>sample string 7</PostalCode>
<Town>sample string 8</Town>
<CountryName>sample string 2</CountryName>
<Id>4adaf338-b585-4ecc-b593-d772f0d36dd8</Id>
</DeliveryAddressResponse>
<DeliveryAddressResponse>
<Address1>sample string 4</Address1>
<Address2>sample string 5</Address2>
<Address3>sample string 6</Address3>
<CountryId>sample string 9</CountryId>
<IsDefaultAddress>true</IsDefaultAddress>
<Name>sample string 3</Name>
<Phone1>sample string 10</Phone1>
<Phone2>sample string 11</Phone2>
<PostalCode>sample string 7</PostalCode>
<Town>sample string 8</Town>
<CountryName>sample string 2</CountryName>
<Id>4adaf338-b585-4ecc-b593-d772f0d36dd8</Id>
</DeliveryAddressResponse>
</DeliveryAddresses>
<FreezeFlag>true</FreezeFlag>
<Id>feb519f0-147b-4416-82fa-0011ed418af9</Id>
</CustomerResponse>
</ArrayOfCustomerResponse>