GET api/Customer/GetAllCustomers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerName | 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. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": "5ca19a89-0e7b-4d48-a465-500d6f38c4c5", "ParentId": "0c05faa3-c246-4c25-88ba-2f09b7030c7f", "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": "2025-04-04T05:23:44.0397503+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": "2025-04-04T05:23:44.0397503+02:00", "Updated": "2025-04-04T05:23:44.0397503+02:00", "UpdatedBy": "7de9f6f1-1c48-475d-92b9-a9f50b1090fa", "PriceListId": "7c28a212-9902-4255-be62-83564018cfc7", "Customer_CustomField": [ { "$id": "2", "Id": "784d44a1-b6ae-4d26-81f0-f623bbefa010", "FieldId": "b9a99200-9f1b-4975-bf01-90ac0086dab5", "CustomerCustomField": { "$id": "3", "Id": "5e244223-7d52-4303-b6fc-06e6e7f3e60e", "Caption": "sample string 2", "SortOrder": 3 }, "CustomerId": "c5eef249-891d-4ed1-a164-f21757b1b821", "Customer": { "$ref": "1" }, "Caption": "sample string 4", "Text": "sample string 5", "SortOrder": 6, "Updated": "2025-04-04T05:23:44.0397503+02:00" }, { "$ref": "2" } ], "DiscountGroupId": "32cd7446-2c84-4122-b5e3-b279d92a9763", "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": "f36eb47d-5136-483e-b144-c3f9a74d53bb", "Title": "sample string 2", "Discount": 3.0, "Created": "2025-04-04T05:23:44.0397503+02:00", "Updated": "2025-04-04T05:23:44.0397503+02:00", "Description": "sample string 6" }, "Parent": { "$ref": "1" }, "ShowEdit": true }, { "$ref": "1" } ]