GET api/FleetGetCustomerById?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerModel
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

CustomerName

string

Required

ContactPerson

string

Required

EmailAddress

string

Required

Matching regular expression pattern: ^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$

Telephone

string

Required

VATNumber

string

None.

StreetAddress1

string

Required

StreetAddress2

string

Required

StreetAddress3

string

Required

StreetAddressAreaCode

string

Required

String length: inclusive between 4 and 4

IsPostalSameAsResidentialAddress

boolean

None.

PostalAddress1

string

Required

PostalAddress2

string

Required

PostalAddress3

string

Required

PostalAddressAreaCode

string

Required

String length: inclusive between 4 and 4

IsActive

boolean

None.

CreatedOn

date

None.

CreatedBy

globally unique identifier

None.

ModifiedOn

date

None.

ModifiedBy

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "a65f50a3-ce75-451b-ba8f-e36ee9b1b9e3",
    "CustomerName": "sample string 2",
    "ContactPerson": "sample string 3",
    "EmailAddress": "sample string 4",
    "Telephone": "sample string 5",
    "VATNumber": "sample string 6",
    "StreetAddress1": "sample string 7",
    "StreetAddress2": "sample string 8",
    "StreetAddress3": "sample string 9",
    "StreetAddressAreaCode": "sample string 10",
    "IsPostalSameAsResidentialAddress": true,
    "PostalAddress1": "sample string 12",
    "PostalAddress2": "sample string 13",
    "PostalAddress3": "sample string 14",
    "PostalAddressAreaCode": "sample string 15",
    "IsActive": true,
    "CreatedOn": "2026-04-08T15:00:50.6465816+02:00",
    "CreatedBy": "21b97b46-e994-4319-aeab-2fdc80f3a3a0",
    "ModifiedOn": "2026-04-08T15:00:50.6465816+02:00",
    "ModifiedBy": "64562ea6-c381-4e24-a70e-84ed3cd35d6b"
  },
  {
    "id": "a65f50a3-ce75-451b-ba8f-e36ee9b1b9e3",
    "CustomerName": "sample string 2",
    "ContactPerson": "sample string 3",
    "EmailAddress": "sample string 4",
    "Telephone": "sample string 5",
    "VATNumber": "sample string 6",
    "StreetAddress1": "sample string 7",
    "StreetAddress2": "sample string 8",
    "StreetAddress3": "sample string 9",
    "StreetAddressAreaCode": "sample string 10",
    "IsPostalSameAsResidentialAddress": true,
    "PostalAddress1": "sample string 12",
    "PostalAddress2": "sample string 13",
    "PostalAddress3": "sample string 14",
    "PostalAddressAreaCode": "sample string 15",
    "IsActive": true,
    "CreatedOn": "2026-04-08T15:00:50.6465816+02:00",
    "CreatedBy": "21b97b46-e994-4319-aeab-2fdc80f3a3a0",
    "ModifiedOn": "2026-04-08T15:00:50.6465816+02:00",
    "ModifiedBy": "64562ea6-c381-4e24-a70e-84ed3cd35d6b"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuoteEngineDta.FleetModels.Estimate">
  <CustomerModel>
    <ContactPerson>sample string 3</ContactPerson>
    <CreatedBy>21b97b46-e994-4319-aeab-2fdc80f3a3a0</CreatedBy>
    <CreatedOn>2026-04-08T15:00:50.6465816+02:00</CreatedOn>
    <CustomerName>sample string 2</CustomerName>
    <EmailAddress>sample string 4</EmailAddress>
    <IsActive>true</IsActive>
    <IsPostalSameAsResidentialAddress>true</IsPostalSameAsResidentialAddress>
    <ModifiedBy>64562ea6-c381-4e24-a70e-84ed3cd35d6b</ModifiedBy>
    <ModifiedOn>2026-04-08T15:00:50.6465816+02:00</ModifiedOn>
    <PostalAddress1>sample string 12</PostalAddress1>
    <PostalAddress2>sample string 13</PostalAddress2>
    <PostalAddress3>sample string 14</PostalAddress3>
    <PostalAddressAreaCode>sample string 15</PostalAddressAreaCode>
    <StreetAddress1>sample string 7</StreetAddress1>
    <StreetAddress2>sample string 8</StreetAddress2>
    <StreetAddress3>sample string 9</StreetAddress3>
    <StreetAddressAreaCode>sample string 10</StreetAddressAreaCode>
    <Telephone>sample string 5</Telephone>
    <VATNumber>sample string 6</VATNumber>
    <id>a65f50a3-ce75-451b-ba8f-e36ee9b1b9e3</id>
  </CustomerModel>
  <CustomerModel>
    <ContactPerson>sample string 3</ContactPerson>
    <CreatedBy>21b97b46-e994-4319-aeab-2fdc80f3a3a0</CreatedBy>
    <CreatedOn>2026-04-08T15:00:50.6465816+02:00</CreatedOn>
    <CustomerName>sample string 2</CustomerName>
    <EmailAddress>sample string 4</EmailAddress>
    <IsActive>true</IsActive>
    <IsPostalSameAsResidentialAddress>true</IsPostalSameAsResidentialAddress>
    <ModifiedBy>64562ea6-c381-4e24-a70e-84ed3cd35d6b</ModifiedBy>
    <ModifiedOn>2026-04-08T15:00:50.6465816+02:00</ModifiedOn>
    <PostalAddress1>sample string 12</PostalAddress1>
    <PostalAddress2>sample string 13</PostalAddress2>
    <PostalAddress3>sample string 14</PostalAddress3>
    <PostalAddressAreaCode>sample string 15</PostalAddressAreaCode>
    <StreetAddress1>sample string 7</StreetAddress1>
    <StreetAddress2>sample string 8</StreetAddress2>
    <StreetAddress3>sample string 9</StreetAddress3>
    <StreetAddressAreaCode>sample string 10</StreetAddressAreaCode>
    <Telephone>sample string 5</Telephone>
    <VATNumber>sample string 6</VATNumber>
    <id>a65f50a3-ce75-451b-ba8f-e36ee9b1b9e3</id>
  </CustomerModel>
</ArrayOfCustomerModel>