info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/Customers
Description

Reads a list of customers. The number of customers and other filtering options can be specified by means of the URL.

  • The right ‘Lesen’ is required for the data ‘Kunde’.

Request

URI Parameters

OnlyFavorites
boolean
Show only favourites.

OnlyMyCustomers
boolean
If true, only "my customers" are displayed, i.e. customers who have an employee or representative who in turn is assigned to a SelectLine Merchandise Management user who is assigned to the SelectLine Mobile user

CustomerGroupNumber
string
Filter by a customer group

IncludeInactive
boolean
If true, all inactive customers will also be shown.

Page
integer
Page number for paging | Default: 0

Items
integer
Sets the number of entries per page | Default: 10 | All: 0

SearchTerm
string
Filter for words

SearchIn
string
Properties in which to search. The separator between these properties is "|".

OrderBy
string
Properties to be sorted by. An exclamation mark ! at the end indicates downward sorting. To sort by several properties, they must be separated by a "|".

Filter
string
A filter can be defined to limit the result set. For example: (Property EQ Value OR Property2 GT Value2) AND (Property3 CT 'String') See the description for the FilterQueryLanguage for more information.

Body Parameters

None.

Response

Resource Description

Es wird ein vereinfachtes Kundenmodel zurückgeliefert.

Model: Collection of Customer
Payment data of the customer.

The customer´s document data.

EBillEMail
string
E-mail address for e-bill [DEBITORENDETAILS].[EMail].

ETypId
integer
Type of e-bill || 0 - No electronic bill || 1 - PDF e-mail || 2 - Postfinance || 3 - ZUGFeRD PDF e-mail

IsPrivatePerson
boolean
Gibt an, ob der Kunde eine Privatperson ist

BuyerReferenceIdentifier
string
[DEBITORENDETAILS].[LeitwegID]

DefaultContactPersonId
integer
The abbreviation for the BusinessPerson's default contact person. Customer = [DEBITORS.DefaultContactPerson = CRM_ADDRESSEN.Id] Prospect = [WAWIINTERESS.DefaultContactPerson = CRM_ADDRESSEN.Id] Supplier = [CREDITORS.DefaultContactPerson = CRM_ADDRESSEN.Id]

DefaultContactPersonLabel
string
Nur lesen
The designation for the standard contact person of BusinessPerson.

GroupNumber
string
Länge: einschließlich zwischen 0 und 6
The number for the group of the BusinessPerson. Customer = [DEBITORS.Group = GROUP.Number (KG)] Prospect = [WAWIINTERESS.Group = GROUP.Number (LG)] Supplier = [CREDITORS.Group = GROUP.Number (LG)]

GroupLabel
string
Nur lesen
The designation for the group of BusinessPerson.

InternationalLocationNumber
string
Länge: einschließlich zwischen 0 und 35
The Global Location Number (GLN) is used to uniquely identify companies worldwide. It used to be called the International Location Number (ILN).

EmployeeNumber
string
Länge: einschließlich zwischen 0 und 6
The abbreviation for the employee of the BusinessPerson. Customer = [DEBITORS.Employee = EMPLOYEEW.Nr] Interested party = [WAWIINTERESS.Employee = EMPLOYEE.NO] Supplier = [CREDITORS.Employee = EMPLOYEEW.NO]

EmployeeLabel
string
Nur lesen
The designation for the employee of BusinessPerson.

SalesmanNumber
string
Länge: einschließlich zwischen 0 und 6
The abbreviation for the representative of the BusinessPerson. Customer = [DEBITORS.Representative = EMPLOYEEW.No] Interested party = [WAWIINTERESS.Representative = EMPLOYEEW.No] Supplier = [CREDITORS.Representative = EMPLOYEEW.No]

SalesmanLabel
string
Nur lesen
The designation for the representatives of BusinessPerson.

OwnNumber
string
Länge: einschließlich zwischen 0 und 15
The own delivery or customer number. Customer = [DEBITOREN.OwnNumber] Interested party = [WAWIINTERESS.OwnNumber] Supplier = [CREDITORS.OwnNumber]

AccountGroupNumber
string
Länge: einschließlich zwischen 0 und 6
The abbreviation for the BusinessPerson's account group. Customer = [DEBITORS.AccountGroup = GROUP.Number AND Group.Id = 'CK] Prospect = [WAWIINTERESS.AccountGroup = GROUP.Number AND Group.Id = 'CK'/'CL'] Supplier = [CREDITORS.AccountGroup = GROUP.Number AND Group.Id = 'CL']

AccountGroupLabel
string
Nur lesen
The designation for the account group of BusinessPerson.

IsInactive
boolean
Indicates whether the BusinessPerson is inactive. [DEBITORS.Inactive]

LanguageId
string
Länge: einschließlich zwischen 0 und 6
The abbreviation for the language of the BusinessPerson. [DEBITORS.Language = SL_Data.DGRUPPEN.Number (SP)]

LanguageLabel
string
Nur lesen
The designation for the language of BusinessPerson.

IsFavorite
boolean
Nur lesen
Indicates whether BusinessPerson is a favorite.

CountryOfEurope
string
Gibt das EU-Land an

Number
string
Länge: einschließlich zwischen 0 und 13
The number of the record.

Salutation
string
Länge: einschließlich zwischen 0 und 30
The salutation of business partner.[CRM-Addresses.Salutation]

LetterSalutation
string
Länge: einschließlich zwischen 0 und 50
The salutation of business partner.[CRM_Addresses.LetterSalutation]

Title
string
Länge: einschließlich zwischen 0 und 30
The title of the business partner.[CRM_Addresses.Title]

FirstName
string
Länge: einschließlich zwischen 0 und 40
The first name of the business partner.[CRM_Addresses.FirstName]

LastName
string
Länge: einschließlich zwischen 0 und 80
The surname of the business partner. [CRM_Addresses.Name]

Company
string
Länge: einschließlich zwischen 0 und 80
The firm name of the business partner.[CRM_Addresses.Firm]

Department
string
Länge: einschließlich zwischen 0 und 80
The department of the business partner. [CRM_Addresss.Department]

Function
string
Länge: einschließlich zwischen 0 und 80
The function of the business partner.[CRM_Addresses.Function]

BirthDay
date
The birthday of the business partner. [CRM_Adressen.Birthday]

TrafficRouteKind
string
The type of transport mode of the customer.

TrafficRouteKindLabel
string
The name of the customer´s mode of transport.

The address data of business partner.

The mailbox data of business partners.

The contact data of business partners.

The 'free fields' of customers.

MetaData
Creation / processing data of the business partner

Response Formats
application/json
Example:
    [
  {
    "Payment": {
      "CreditLimitAmount": 1.1,
      "IsReminderLock": true,
      "IsPaymentLock": true,
      "SpecialDiscountPercent": 4.1,
      "MinimumOrderAmount": 5.1,
      "FinancialAccountId": "sample string 6",
      "FinancialAccountLabel": "sample string 7",
      "PaymentConditionId": "sample string 8",
      "PaymentConditionsLabel": "sample string 9",
      "AutomaticPaymentFlag": "sample string 10",
      "AutomaticPaymentLabel": "sample string 11",
      "CostCentreNumber": "sample string 12",
      "CostCentreLabel": "sample string 13",
      "CurrencyCode": "sample string 14",
      "CurrencyLabel": "sample string 15",
      "TaxNumber": "sample string 16",
      "TaxIdentifierNumber": "sample string 17",
      "PriceGroupNumber": "sample string 18",
      "PriceGroupLabel": "sample string 19",
      "PriceTypeFlag": "sample string 20",
      "DiscountGroupNumber": "sample string 21",
      "DiscountGroupLabel": "sample string 22",
      "InvoiceRecipientCustomerNumber": "sample string 23",
      "InvoiceRecipientCustomerLabel": "sample string 24",
      "PriceReferenceCustomerNumber": "sample string 25",
      "PriceReferenceCustomerLabel": "sample string 26"
    },
    "Document": {
      "IsDocumentLock": true,
      "DefaultDeliveryAddressId": 1,
      "DefaultDeliveryAddressLabel": "sample string 2",
      "WarehouseLocationId": "sample string 3",
      "WarehouseLocationLabel": "sample string 4",
      "WarehouseId": "sample string 5",
      "WarehouseLabel": "sample string 6",
      "DeliveryConditionId": "sample string 7",
      "DeliveryConditionLabel": "sample string 8",
      "DocumentChargeArticleId": "sample string 9",
      "DocumentChargeArticleLabel": "sample string 10"
    },
    "EBillEMail": "sample string 1",
    "ETypId": 2,
    "IsPrivatePerson": true,
    "BuyerReferenceIdentifier": "sample string 4",
    "DefaultContactPersonId": 1,
    "DefaultContactPersonLabel": "sample string 5",
    "GroupNumber": "sample string 6",
    "GroupLabel": "sample string 7",
    "InternationalLocationNumber": "sample string 8",
    "EmployeeNumber": "sample string 9",
    "EmployeeLabel": "sample string 10",
    "SalesmanNumber": "sample string 11",
    "SalesmanLabel": "sample string 12",
    "OwnNumber": "sample string 13",
    "AccountGroupNumber": "sample string 14",
    "AccountGroupLabel": "sample string 15",
    "IsInactive": true,
    "LanguageId": "sample string 17",
    "LanguageLabel": "sample string 18",
    "IsFavorite": true,
    "CountryOfEurope": "sample string 20",
    "Number": "sample string 21",
    "Salutation": "sample string 22",
    "LetterSalutation": "sample string 23",
    "Title": "sample string 24",
    "FirstName": "sample string 25",
    "LastName": "sample string 26",
    "Company": "sample string 27",
    "Department": "sample string 28",
    "Function": "sample string 29",
    "BirthDay": "2024-12-26T21:31:59.7332656+01:00",
    "TrafficRouteKind": "sample string 30",
    "TrafficRouteKindLabel": "sample string 31",
    "Address": {
      "Street": "sample string 1",
      "City": "sample string 2",
      "ZipCode": "sample string 3",
      "CountryId": "sample string 4",
      "AdditionalInformation1": "sample string 5",
      "AdditionalInformation2": "sample string 6",
      "AdditionalInformation3": "sample string 7",
      "MetaData": {
        "CreationDate": "2024-12-26T21:31:59.7332656+01:00",
        "CreationUserToken": "sample string 1",
        "ModificationDate": "2024-12-26T21:31:59.7332656+01:00",
        "ModificationUserToken": "sample string 2"
      }
    },
    "PostOfficeBox": {
      "Number": "sample string 1",
      "ZipCode": "sample string 2",
      "City": "sample string 3",
      "CountryId": "sample string 4"
    },
    "Contact": {
      "FaxNumber": "sample string 1",
      "TelephoneNumber1": "sample string 2",
      "TelephoneNumber2": "sample string 3",
      "TelephoneNumber3": "sample string 4",
      "TelephoneNumber4": "sample string 5",
      "EMail1": "sample string 6",
      "EMail2": "sample string 7",
      "HomePageUrl": "sample string 8"
    },
    "CustomField": {
      "Text1": "sample string 1",
      "Text2": "sample string 2",
      "Number1": 1.1,
      "Number2": 1.1,
      "Number3": 1,
      "Number4": 1,
      "Date1": "2024-12-26T21:31:59.7332656+01:00",
      "Date2": "2024-12-26T21:31:59.7332656+01:00",
      "Flag1": true,
      "Flag2": true,
      "Flag3": true,
      "Flag4": true
    },
    "MetaData": {
      "CreationDate": "2024-12-26T21:31:59.7332656+01:00",
      "CreationUserToken": "sample string 1",
      "ModificationDate": "2024-12-26T21:31:59.7332656+01:00",
      "ModificationUserToken": "sample string 2"
    }
  },
  {
    "Payment": {
      "CreditLimitAmount": 1.1,
      "IsReminderLock": true,
      "IsPaymentLock": true,
      "SpecialDiscountPercent": 4.1,
      "MinimumOrderAmount": 5.1,
      "FinancialAccountId": "sample string 6",
      "FinancialAccountLabel": "sample string 7",
      "PaymentConditionId": "sample string 8",
      "PaymentConditionsLabel": "sample string 9",
      "AutomaticPaymentFlag": "sample string 10",
      "AutomaticPaymentLabel": "sample string 11",
      "CostCentreNumber": "sample string 12",
      "CostCentreLabel": "sample string 13",
      "CurrencyCode": "sample string 14",
      "CurrencyLabel": "sample string 15",
      "TaxNumber": "sample string 16",
      "TaxIdentifierNumber": "sample string 17",
      "PriceGroupNumber": "sample string 18",
      "PriceGroupLabel": "sample string 19",
      "PriceTypeFlag": "sample string 20",
      "DiscountGroupNumber": "sample string 21",
      "DiscountGroupLabel": "sample string 22",
      "InvoiceRecipientCustomerNumber": "sample string 23",
      "InvoiceRecipientCustomerLabel": "sample string 24",
      "PriceReferenceCustomerNumber": "sample string 25",
      "PriceReferenceCustomerLabel": "sample string 26"
    },
    "Document": {
      "IsDocumentLock": true,
      "DefaultDeliveryAddressId": 1,
      "DefaultDeliveryAddressLabel": "sample string 2",
      "WarehouseLocationId": "sample string 3",
      "WarehouseLocationLabel": "sample string 4",
      "WarehouseId": "sample string 5",
      "WarehouseLabel": "sample string 6",
      "DeliveryConditionId": "sample string 7",
      "DeliveryConditionLabel": "sample string 8",
      "DocumentChargeArticleId": "sample string 9",
      "DocumentChargeArticleLabel": "sample string 10"
    },
    "EBillEMail": "sample string 1",
    "ETypId": 2,
    "IsPrivatePerson": true,
    "BuyerReferenceIdentifier": "sample string 4",
    "DefaultContactPersonId": 1,
    "DefaultContactPersonLabel": "sample string 5",
    "GroupNumber": "sample string 6",
    "GroupLabel": "sample string 7",
    "InternationalLocationNumber": "sample string 8",
    "EmployeeNumber": "sample string 9",
    "EmployeeLabel": "sample string 10",
    "SalesmanNumber": "sample string 11",
    "SalesmanLabel": "sample string 12",
    "OwnNumber": "sample string 13",
    "AccountGroupNumber": "sample string 14",
    "AccountGroupLabel": "sample string 15",
    "IsInactive": true,
    "LanguageId": "sample string 17",
    "LanguageLabel": "sample string 18",
    "IsFavorite": true,
    "CountryOfEurope": "sample string 20",
    "Number": "sample string 21",
    "Salutation": "sample string 22",
    "LetterSalutation": "sample string 23",
    "Title": "sample string 24",
    "FirstName": "sample string 25",
    "LastName": "sample string 26",
    "Company": "sample string 27",
    "Department": "sample string 28",
    "Function": "sample string 29",
    "BirthDay": "2024-12-26T21:31:59.7332656+01:00",
    "TrafficRouteKind": "sample string 30",
    "TrafficRouteKindLabel": "sample string 31",
    "Address": {
      "Street": "sample string 1",
      "City": "sample string 2",
      "ZipCode": "sample string 3",
      "CountryId": "sample string 4",
      "AdditionalInformation1": "sample string 5",
      "AdditionalInformation2": "sample string 6",
      "AdditionalInformation3": "sample string 7",
      "MetaData": {
        "CreationDate": "2024-12-26T21:31:59.7332656+01:00",
        "CreationUserToken": "sample string 1",
        "ModificationDate": "2024-12-26T21:31:59.7332656+01:00",
        "ModificationUserToken": "sample string 2"
      }
    },
    "PostOfficeBox": {
      "Number": "sample string 1",
      "ZipCode": "sample string 2",
      "City": "sample string 3",
      "CountryId": "sample string 4"
    },
    "Contact": {
      "FaxNumber": "sample string 1",
      "TelephoneNumber1": "sample string 2",
      "TelephoneNumber2": "sample string 3",
      "TelephoneNumber3": "sample string 4",
      "TelephoneNumber4": "sample string 5",
      "EMail1": "sample string 6",
      "EMail2": "sample string 7",
      "HomePageUrl": "sample string 8"
    },
    "CustomField": {
      "Text1": "sample string 1",
      "Text2": "sample string 2",
      "Number1": 1.1,
      "Number2": 1.1,
      "Number3": 1,
      "Number4": 1,
      "Date1": "2024-12-26T21:31:59.7332656+01:00",
      "Date2": "2024-12-26T21:31:59.7332656+01:00",
      "Flag1": true,
      "Flag2": true,
      "Flag3": true,
      "Flag4": true
    },
    "MetaData": {
      "CreationDate": "2024-12-26T21:31:59.7332656+01:00",
      "CreationUserToken": "sample string 1",
      "ModificationDate": "2024-12-26T21:31:59.7332656+01:00",
      "ModificationUserToken": "sample string 2"
    }
  }
]