GET api/Customer/GetCustomers?LastExecutedDate={LastExecutedDate}&CurrentDate={CurrentDate}&TerminalId={TerminalId}&SharedDB={SharedDB}&TableName={TableName}
Get customer created or updated in between the given date range
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastExecutedDate | date |
None. |
|
| CurrentDate | date |
None. |
|
| TerminalId | globally unique identifier |
None. |
|
| SharedDB | boolean |
None. |
|
| TableName | TableName |
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": "bd8ee8ab-01c3-4fe3-bc3b-e132f70f788d",
"ParentId": "e5bebc6c-287b-4869-8db7-8e491c1c941e",
"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-09-20T13:23:12.8876297+02: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-09-20T13:23:12.8876297+02:00",
"Updated": "2026-09-20T13:23:12.8876297+02:00",
"UpdatedBy": "34632486-a2b5-461c-8421-240f09ea7223",
"PriceListId": "e742db31-f3b7-47c1-b22a-5c6062d88a86",
"Customer_CustomField": [
{
"$id": "2",
"Id": "77bb8769-88ff-4e1a-a619-0ef2d099c203",
"FieldId": "0b3ecfea-0750-43a3-8783-0392f413ee54",
"CustomerCustomField": {
"$id": "3",
"Id": "a477fb79-c406-4cb7-819b-b58393ef3b5b",
"Caption": "sample string 2",
"SortOrder": 3
},
"CustomerId": "3b693717-b325-49ca-83d1-eda044a45e70",
"Customer": {
"$ref": "1"
},
"Caption": "sample string 4",
"Text": "sample string 5",
"SortOrder": 6,
"Updated": "2026-09-20T13:23:12.8876297+02:00"
},
{
"$ref": "2"
}
],
"DiscountGroupId": "8c8f56d6-8e73-4810-90d6-db14e93eecb5",
"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": "c0d04434-dc7c-4572-af68-90838a3bf2a5",
"Title": "sample string 2",
"Discount": 3.0,
"Created": "2026-09-20T13:23:12.8876297+02:00",
"Updated": "2026-09-20T13:23:12.8876297+02:00",
"Description": "sample string 6"
},
"Parent": {
"$ref": "1"
},
"ShowEdit": true,
"GiftCard": {
"$id": "5",
"CardId": "27350615-72f9-4f20-ab84-2337777e68b1",
"CardNumber": "sample string 2",
"AddedAmount": 3.0,
"Balance": 4.0,
"CustomerId": "7d4ab98e-adb3-448f-9011-8b649528938f",
"Title": "sample string 6",
"ValidFrom": "2026-09-20T13:23:12.8876297+02:00",
"ValidTo": "2026-09-20T13:23:12.8876297+02:00",
"Active": true,
"Updated": "2026-09-20T13:23:12.8876297+02: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": "9e602a3b-999d-4f12-83cc-7d4bee2e5348",
"CustomerId": "1a41bfba-a326-463c-af6b-d6e6d073db3c",
"ExpiryDate": "2026-09-20T13:23:12.8876297+02:00",
"Active": true,
"Synced": true,
"CustomerName": "sample string 6"
},
"OrderId": "46fbc5f2-76d2-4827-8ea0-7c56761c07e3",
"NewAmount": 16.0,
"VehicleId": 17
}
},
{
"$ref": "1"
}
]