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": "076e0f9a-4914-42c3-8b56-8e4f9a09f444",
"ParentId": "c5c5cb89-1fac-4044-833f-d415db8e90d7",
"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-03-21T23:47:11.3456252+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-03-21T23:47:11.3456252+01:00",
"Updated": "2026-03-21T23:47:11.3456252+01:00",
"UpdatedBy": "a81ddc99-54e0-41ff-8963-9985226b209b",
"PriceListId": "15b6309e-5373-47ea-9beb-c810d98aa5da",
"Customer_CustomField": [
{
"$id": "2",
"Id": "d18d7543-7bf3-4dd2-9b4f-59eab7e4a2c8",
"FieldId": "6e5f7063-91aa-42bc-9a68-ee5e6e7d9bd9",
"CustomerCustomField": {
"$id": "3",
"Id": "41c0402e-47f3-432c-8c34-af3bf0b4d57e",
"Caption": "sample string 2",
"SortOrder": 3
},
"CustomerId": "7ab20e6e-0c9b-4c3c-99a8-d5992dece16a",
"Customer": {
"$ref": "1"
},
"Caption": "sample string 4",
"Text": "sample string 5",
"SortOrder": 6,
"Updated": "2026-03-21T23:47:11.3456252+01:00"
},
{
"$ref": "2"
}
],
"DiscountGroupId": "b02a38a9-eb9b-4bb3-a22e-c8e68669d3dc",
"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": "608fa82a-784e-44d9-b55d-0cfb14a38903",
"Title": "sample string 2",
"Discount": 3.0,
"Created": "2026-03-21T23:47:11.3456252+01:00",
"Updated": "2026-03-21T23:47:11.3456252+01:00",
"Description": "sample string 6"
},
"Parent": {
"$ref": "1"
},
"ShowEdit": true,
"GiftCard": {
"$id": "5",
"CardId": "f9f99949-4be4-4225-adab-91f6f90bb3d7",
"CardNumber": "sample string 2",
"AddedAmount": 3.0,
"Balance": 4.0,
"CustomerId": "30b91928-833c-4c0c-a1c1-e770fca63f8e",
"Title": "sample string 6",
"ValidFrom": "2026-03-21T23:47:11.3456252+01:00",
"ValidTo": "2026-03-21T23:47:11.3456252+01:00",
"Active": true,
"Updated": "2026-03-21T23:47:11.3456252+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": "31b3fa65-6419-49fc-aec6-ee70fbd976d1",
"CustomerId": "66619399-d8fd-4495-b660-6c5d0b2384be",
"ExpiryDate": "2026-03-21T23:47:11.3456252+01:00",
"Active": true,
"Synced": true,
"CustomerName": "sample string 6"
},
"OrderId": "4ac6c792-df16-4bfa-818f-4dd87296a1f8",
"NewAmount": 16.0,
"VehicleId": 17
}
},
{
"$ref": "1"
}
]