GET api/FleetCustomerList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerModel| Name | Description | Type | Additional 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": "558ab6a5-1e21-43c5-a5d0-63e9b25a62d1",
"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-08T14:58:57.7545008+02:00",
"CreatedBy": "4ae41f34-e6d6-4b7b-8444-110b6e444e22",
"ModifiedOn": "2026-04-08T14:58:57.7545008+02:00",
"ModifiedBy": "0df2ce2e-85d4-462d-a0ba-3493390a1b87"
},
{
"id": "558ab6a5-1e21-43c5-a5d0-63e9b25a62d1",
"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-08T14:58:57.7545008+02:00",
"CreatedBy": "4ae41f34-e6d6-4b7b-8444-110b6e444e22",
"ModifiedOn": "2026-04-08T14:58:57.7545008+02:00",
"ModifiedBy": "0df2ce2e-85d4-462d-a0ba-3493390a1b87"
}
]
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>4ae41f34-e6d6-4b7b-8444-110b6e444e22</CreatedBy>
<CreatedOn>2026-04-08T14:58:57.7545008+02:00</CreatedOn>
<CustomerName>sample string 2</CustomerName>
<EmailAddress>sample string 4</EmailAddress>
<IsActive>true</IsActive>
<IsPostalSameAsResidentialAddress>true</IsPostalSameAsResidentialAddress>
<ModifiedBy>0df2ce2e-85d4-462d-a0ba-3493390a1b87</ModifiedBy>
<ModifiedOn>2026-04-08T14:58:57.7545008+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>558ab6a5-1e21-43c5-a5d0-63e9b25a62d1</id>
</CustomerModel>
<CustomerModel>
<ContactPerson>sample string 3</ContactPerson>
<CreatedBy>4ae41f34-e6d6-4b7b-8444-110b6e444e22</CreatedBy>
<CreatedOn>2026-04-08T14:58:57.7545008+02:00</CreatedOn>
<CustomerName>sample string 2</CustomerName>
<EmailAddress>sample string 4</EmailAddress>
<IsActive>true</IsActive>
<IsPostalSameAsResidentialAddress>true</IsPostalSameAsResidentialAddress>
<ModifiedBy>0df2ce2e-85d4-462d-a0ba-3493390a1b87</ModifiedBy>
<ModifiedOn>2026-04-08T14:58:57.7545008+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>558ab6a5-1e21-43c5-a5d0-63e9b25a62d1</id>
</CustomerModel>
</ArrayOfCustomerModel>