GET api/FleetGetBenchmarkOptions?sref={sref}&dieselP={dieselP}&petrolP={petrolP}&dieselR={dieselR}&petrolR={petrolR}&term={term}&mileage={mileage}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sref

string

Required

dieselP

decimal number

Required

petrolP

decimal number

Required

dieselR

decimal number

Required

petrolR

decimal number

Required

term

integer

Required

mileage

integer

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": "41bf970a-0c58-4651-9951-5c4ec0f58310",
    "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:02:42.1479313+02:00",
    "CreatedBy": "ec053147-f2c0-43f9-b434-158602cf07e6",
    "ModifiedOn": "2026-04-08T15:02:42.1479313+02:00",
    "ModifiedBy": "2c1b9c43-05f0-4790-b57a-843878e0cd5e"
  },
  {
    "id": "41bf970a-0c58-4651-9951-5c4ec0f58310",
    "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:02:42.1479313+02:00",
    "CreatedBy": "ec053147-f2c0-43f9-b434-158602cf07e6",
    "ModifiedOn": "2026-04-08T15:02:42.1479313+02:00",
    "ModifiedBy": "2c1b9c43-05f0-4790-b57a-843878e0cd5e"
  }
]

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>ec053147-f2c0-43f9-b434-158602cf07e6</CreatedBy>
    <CreatedOn>2026-04-08T15:02:42.1479313+02:00</CreatedOn>
    <CustomerName>sample string 2</CustomerName>
    <EmailAddress>sample string 4</EmailAddress>
    <IsActive>true</IsActive>
    <IsPostalSameAsResidentialAddress>true</IsPostalSameAsResidentialAddress>
    <ModifiedBy>2c1b9c43-05f0-4790-b57a-843878e0cd5e</ModifiedBy>
    <ModifiedOn>2026-04-08T15:02:42.1479313+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>41bf970a-0c58-4651-9951-5c4ec0f58310</id>
  </CustomerModel>
  <CustomerModel>
    <ContactPerson>sample string 3</ContactPerson>
    <CreatedBy>ec053147-f2c0-43f9-b434-158602cf07e6</CreatedBy>
    <CreatedOn>2026-04-08T15:02:42.1479313+02:00</CreatedOn>
    <CustomerName>sample string 2</CustomerName>
    <EmailAddress>sample string 4</EmailAddress>
    <IsActive>true</IsActive>
    <IsPostalSameAsResidentialAddress>true</IsPostalSameAsResidentialAddress>
    <ModifiedBy>2c1b9c43-05f0-4790-b57a-843878e0cd5e</ModifiedBy>
    <ModifiedOn>2026-04-08T15:02:42.1479313+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>41bf970a-0c58-4651-9951-5c4ec0f58310</id>
  </CustomerModel>
</ArrayOfCustomerModel>