GET api/Customers/licensePlate/{licensePlate}

Gets all customers by licenseplate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
licensePlate

string

Required

Body Parameters

None.

Remarks

None.

Example

None.

Response Information

Resource Description

Collection of CustomerResponse
NameDescriptionTypeAdditional information
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 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

decimal number

None.

CreditLimit

decimal number

None.

FreezeFlag

boolean

None.

CSID

integer

None.

CustomerNo

integer

Required

BranchId

integer

None.

SearchCode

string

Required

Max length: 10

Min length: 1

Name

string

Required

Max length: 50

Min length: 1

OrgNo

string

Max length: 30

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

BoardHome

string

Max length: 50

Phone1

string

Max length: 50

Phone2

string

Max length: 50

WebSite

string

Max length: 100

Email

string

Max length: 50

Note

string

Max length: 4000

PreferredCultureId

string

Max length: 5

VatRegistrationNumber

string

Max length: 50

CustomerCategoryId1

integer

None.

CustomerCategoryId2

integer

None.

ReferencePerson

string

Max length: 50

ContactPerson

string

Max length: 50

DistrictId

integer

None.

PaysVAT

boolean

None.

BreakdownServiceTypeId

integer

None.

YourReference

string

Max length: 20

RequisitionOrderNumber

string

Max length: 40

InternalWorkingOrderNumber

string

Max length: 40

ParentCustomerNo

integer

None.

SalesPerson

string

Max length: 128

Export

boolean

Required

WithinEU

boolean

Required

Inactive

boolean

Required

TransportationScheduleId

integer

None.

IsCompany

boolean

None.

GDPRConsentDate

date

None.

CustomerType

string

Max length: 256

DocumentPath

string

Max length: 200

ExternalReference

string

Max length: 50

GlobalLocationNumber

string

Max length: 13

Min length: 13

InterestInvoice

boolean

None.

IsCashCustomer

boolean

None.

RegionId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "9a160fa0-a78e-4f55-b06b-1a5449c7ea31",
    "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": "2026-01-21 22:53:13",
    "ChangedBy": "sample string 7",
    "Changed": "2026-01-21 22:53:13",
    "DeliveryAddresses": [
      {
        "Id": "b6e61ec5-4773-4ab5-881a-58ac82c8aea8",
        "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": "b6e61ec5-4773-4ab5-881a-58ac82c8aea8",
        "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": "2026-01-21 22:53:13",
    "CustomerType": "sample string 38",
    "DocumentPath": "sample string 39",
    "ExternalReference": "sample string 40",
    "GlobalLocationNumber": "sample string 41",
    "InterestInvoice": true,
    "IsCashCustomer": true,
    "RegionId": 1
  },
  {
    "Id": "9a160fa0-a78e-4f55-b06b-1a5449c7ea31",
    "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": "2026-01-21 22:53:13",
    "ChangedBy": "sample string 7",
    "Changed": "2026-01-21 22:53:13",
    "DeliveryAddresses": [
      {
        "Id": "b6e61ec5-4773-4ab5-881a-58ac82c8aea8",
        "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": "b6e61ec5-4773-4ab5-881a-58ac82c8aea8",
        "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": "2026-01-21 22:53:13",
    "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

Sample:
<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>2026-01-21T22:53:13.4214817+01: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>2026-01-21T22:53:13.4214817+01:00</Changed>
    <ChangedBy>sample string 7</ChangedBy>
    <CountryName>sample string 3</CountryName>
    <Created>2026-01-21T22:53:13.4214817+01: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>b6e61ec5-4773-4ab5-881a-58ac82c8aea8</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>b6e61ec5-4773-4ab5-881a-58ac82c8aea8</Id>
      </DeliveryAddressResponse>
    </DeliveryAddresses>
    <FreezeFlag>true</FreezeFlag>
    <Id>9a160fa0-a78e-4f55-b06b-1a5449c7ea31</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>2026-01-21T22:53:13.4214817+01: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>2026-01-21T22:53:13.4214817+01:00</Changed>
    <ChangedBy>sample string 7</ChangedBy>
    <CountryName>sample string 3</CountryName>
    <Created>2026-01-21T22:53:13.4214817+01: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>b6e61ec5-4773-4ab5-881a-58ac82c8aea8</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>b6e61ec5-4773-4ab5-881a-58ac82c8aea8</Id>
      </DeliveryAddressResponse>
    </DeliveryAddresses>
    <FreezeFlag>true</FreezeFlag>
    <Id>9a160fa0-a78e-4f55-b06b-1a5449c7ea31</Id>
  </CustomerResponse>
</ArrayOfCustomerResponse>