/Customers/{customerNumber}/ContactPersons
Description
Reads a list of contacts of a customer. The number of contacts, as well as other filter options can be specified via the URL.
- The right ‘Lesen’ is required for the data ‘Kunde’.
Request
URI Parameters
customerNumber
string
Required
Die Nummer des Kunden ist erforderlich.
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 eine Liste von Kontaktpersonen zurückgeliefert.
PersonKind
Art der Person zu welcher der Kontakt gehört
ParentNumber
string
Nummer der Person zu welcher der Kontakt gehört
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.
Address
The address data of business partner.
PostOfficeBox
The mailbox data of business partners.
Contact
The contact data of business partners.
CustomField
The 'free fields' of customers.
MetaData
Creation / processing data of the business partner
Response Formats
application/json
Example:
[
{
"PersonKind": "Customer",
"ParentNumber": "sample string 1",
"Number": "sample string 2",
"Salutation": "sample string 3",
"LetterSalutation": "sample string 4",
"Title": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"Company": "sample string 8",
"Department": "sample string 9",
"Function": "sample string 10",
"BirthDay": "2024-12-26T21:02:42.9680989+01:00",
"TrafficRouteKind": "sample string 11",
"TrafficRouteKindLabel": "sample string 12",
"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:02:42.9680989+01:00",
"CreationUserToken": "sample string 1",
"ModificationDate": "2024-12-26T21:02:42.9680989+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:02:42.9680989+01:00",
"Date2": "2024-12-26T21:02:42.9680989+01:00",
"Flag1": true,
"Flag2": true,
"Flag3": true,
"Flag4": true
},
"MetaData": {
"CreationDate": "2024-12-26T21:02:42.9680989+01:00",
"CreationUserToken": "sample string 1",
"ModificationDate": "2024-12-26T21:02:42.9680989+01:00",
"ModificationUserToken": "sample string 2"
}
},
{
"PersonKind": "Customer",
"ParentNumber": "sample string 1",
"Number": "sample string 2",
"Salutation": "sample string 3",
"LetterSalutation": "sample string 4",
"Title": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"Company": "sample string 8",
"Department": "sample string 9",
"Function": "sample string 10",
"BirthDay": "2024-12-26T21:02:42.9680989+01:00",
"TrafficRouteKind": "sample string 11",
"TrafficRouteKindLabel": "sample string 12",
"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:02:42.9680989+01:00",
"CreationUserToken": "sample string 1",
"ModificationDate": "2024-12-26T21:02:42.9680989+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:02:42.9680989+01:00",
"Date2": "2024-12-26T21:02:42.9680989+01:00",
"Flag1": true,
"Flag2": true,
"Flag3": true,
"Flag4": true
},
"MetaData": {
"CreationDate": "2024-12-26T21:02:42.9680989+01:00",
"CreationUserToken": "sample string 1",
"ModificationDate": "2024-12-26T21:02:42.9680989+01:00",
"ModificationUserToken": "sample string 2"
}
}
]