GET api/Customer/GetAllCustomers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ParentId | globally unique identifier |
None. |
|
| Name | string |
Max length: 100 |
|
| OrgNo | string |
Max length: 50 |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| FloorNo | integer |
None. |
|
| PortCode | string |
Max length: 10 |
|
| CustomerNo | string |
Max length: 500 |
|
| City | string |
Max length: 50 |
|
| Phone | string |
Max length: 20 |
|
| string |
Max length: 250 |
||
| ZipCode | string |
Max length: 10 |
|
| Reference | string |
Max length: 250 |
|
| DirectPrint | boolean |
None. |
|
| VehicleId | integer |
None. |
|
| CommunicationTypeId | integer |
None. |
|
| Active | boolean |
None. |
|
| Synced | boolean |
None. |
|
| EnableRUT | boolean |
None. |
|
| RUTDisallowedUntil | date |
None. |
|
| CustomerType | CustomerType |
None. |
|
| PrimaryName | string |
Max length: 100 |
|
| PrimaryPhone | string |
Max length: 20 |
|
| PrimaryEmail | string |
Max length: 250 |
|
| SendReceipt | boolean |
None. |
|
| InstructionAlert | boolean |
None. |
|
| Instructions | string |
Max length: 500 |
|
| PaymentMethod | PaymentMethod |
None. |
|
| DeliveryMethod | DeliveryMethod |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| UpdatedBy | globally unique identifier |
None. |
|
| PriceListId | globally unique identifier |
None. |
|
| Customer_CustomField | Collection of Customer_CustomField |
None. |
|
| DiscountGroupId | globally unique identifier |
None. |
|
| OrgNumber | string |
None. |
|
| CustomerName | string |
None. |
|
| Address | string |
None. |
|
| PrimaryContacts | Collection of Customer |
None. |
|
| ContactReference | string |
None. |
|
| DiscountGroup | DiscountGroup |
None. |
|
| Parent | Customer |
None. |
|
| ShowEdit | boolean |
None. |
|
| GiftCard | GiftCard |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": "fd301ecc-929a-4542-9bc3-b65cb572238c",
"ParentId": "cba74041-0b66-4282-b578-7969581771ab",
"Name": "sample string 2",
"OrgNo": "sample string 3",
"Address1": "sample string 4",
"Address2": "sample string 5",
"FloorNo": 6,
"PortCode": "sample string 7",
"CustomerNo": "sample string 8",
"City": "sample string 9",
"Phone": "sample string 10",
"Email": "sample string 11",
"ZipCode": "sample string 12",
"Reference": "sample string 13",
"DirectPrint": true,
"VehicleId": 15,
"CommunicationTypeId": 16,
"Active": true,
"Synced": true,
"EnableRUT": true,
"RUTDisallowedUntil": "2026-02-04T04:12:10.2168471+01:00",
"CustomerType": 0,
"PrimaryName": "sample string 20",
"PrimaryPhone": "sample string 21",
"PrimaryEmail": "sample string 22",
"SendReceipt": true,
"InstructionAlert": true,
"Instructions": "sample string 25",
"PaymentMethod": 0,
"DeliveryMethod": 0,
"Created": "2026-02-04T04:12:10.2168471+01:00",
"Updated": "2026-02-04T04:12:10.2168471+01:00",
"UpdatedBy": "c0fa77ca-4792-457a-b38a-8a69aa090529",
"PriceListId": "7d616d8e-5af9-4307-980c-2da9e6acfbeb",
"Customer_CustomField": [
{
"$id": "2",
"Id": "68044a79-3c3f-4f5f-a46b-fa7ec328a590",
"FieldId": "1ef33f10-f651-4d15-b9c9-2bfe2395e5b1",
"CustomerCustomField": {
"$id": "3",
"Id": "4390299f-ee12-4d1f-99c1-2ecf076373cb",
"Caption": "sample string 2",
"SortOrder": 3
},
"CustomerId": "a47c0bf5-262e-49fb-b6d0-c2f4ce935f8b",
"Customer": {
"$ref": "1"
},
"Caption": "sample string 4",
"Text": "sample string 5",
"SortOrder": 6,
"Updated": "2026-02-04T04:12:10.2168471+01:00"
},
{
"$ref": "2"
}
],
"DiscountGroupId": "f386d15d-2b20-4c51-a990-d1225542fba8",
"OrgNumber": "sample string 3",
"CustomerName": "sample string 2",
"Address": "sample string 4, sample string 12, sample string 9",
"PrimaryContacts": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"ContactReference": "sample string 30",
"DiscountGroup": {
"$id": "4",
"DiscountId": "c7d77979-9e85-4f50-bc3a-7f05a91ad477",
"Title": "sample string 2",
"Discount": 3.0,
"Created": "2026-02-04T04:12:10.2168471+01:00",
"Updated": "2026-02-04T04:12:10.2168471+01:00",
"Description": "sample string 6"
},
"Parent": {
"$ref": "1"
},
"ShowEdit": true,
"GiftCard": {
"$id": "5",
"CardId": "8c58e043-ab30-41c1-92c0-89fe859368f1",
"CardNumber": "sample string 2",
"AddedAmount": 3.0,
"Balance": 4.0,
"CustomerId": "cf81ff49-086a-4cfc-b45c-daf9b5344988",
"Title": "sample string 6",
"ValidFrom": "2026-02-04T04:12:10.2168471+01:00",
"ValidTo": "2026-02-04T04:12:10.2168471+01:00",
"Active": true,
"Updated": "2026-02-04T04:12:10.2168471+01:00",
"CardType": 0,
"UniqueCode": "sample string 11",
"Synced": true,
"Status": "Aktiva",
"UsedAmount": -1.0,
"CustomerDiscount": 13.0,
"CustomerName": "sample string 14",
"SeasonTicket": {
"$id": "6",
"Id": "fab09c99-15cc-44a3-819b-3b62c6f5601d",
"CustomerId": "2355b735-6833-4d67-b011-57788d2c1361",
"ExpiryDate": "2026-02-04T04:12:10.2168471+01:00",
"Active": true,
"Synced": true,
"CustomerName": "sample string 6"
},
"OrderId": "518b77e2-c7a6-4aef-a0ea-8f0e82a2a220",
"NewAmount": 16.0,
"VehicleId": 17
}
},
{
"$ref": "1"
}
]