/Employees/{employeeNumber}
Description
Reads an employee.
- The right ‘Lesen’ is required for the data ‘Mitarbeiter’.
Request
URI Parameters
employeeNumber
string
Required
Die Nummer des Mitarbeiters.
Body Parameters
None.
Response
Resource Description
Es wird ein Mitarbeitermodel zurückgeliefert.
EmployeeNumber
string
Length: including between 0 and 6
The number of employee is required. [EMPLOYEEW.No]
Salutation
string
Length: including between 0 and 30
The salutation of employee. [EMPLOYEE.Salutation]
FirstName
string
Length: including between 0 and 40
The first name of the employee.[EMPLOYEEW.FirstName]
LastName
string
Length: including between 0 and 40
The surname of the employee.[EMPLOYEEW.Name]
IsInactive
boolean
Indicates whether the employee is inactive. [EMPLW. Inactive]
BankAccount
string
Length: including between 0 and 15
The account of the employee. [EMPLOYEEW.Account]
WarehouseNumber
string
Length: including between 0 and 10
The stock of employee. [EMPLW.Stock]
WarehouseLabel
string
Length: including between 0 and 40
The stock designation of employee.
StaffNumber
string
Length: including between 0 and 6
The personnel number of the employee. [EMPLOYEE.Personal number]
WarehouseLocationNumber
string
Length: including between 0 and 10
The location of the employee. [EMPLW.Location]
WarehouseLocationLabel
string
Length: including between 0 and 40
The location name of the employee.
UserToken
string
Length: including between 0 and 2
The assigned user of the employee. [EMPLOYEE. User]
UserName
string
Length: including between 0 and 40
The assigned username of the employee. [EMPLOYEEW. User]
Address
The address data of employee.
Contact
The contact information of employee.
Commission
The commission of employee.
MetaData
Create/Edit information of the employee.
CommissionGroups
Collection of EmployeeCommissionGroup
The commission groups of the employee.
Response Formats
application/json
Example:
{
"EmployeeNumber": "sample string 1",
"Salutation": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"IsInactive": true,
"BankAccount": "sample string 6",
"WarehouseNumber": "sample string 7",
"WarehouseLabel": "sample string 8",
"StaffNumber": "sample string 9",
"WarehouseLocationNumber": "sample string 10",
"WarehouseLocationLabel": "sample string 11",
"UserToken": "sample string 12",
"UserName": "sample string 13",
"Address": {
"Street": "sample string 1",
"City": "sample string 2",
"ZipCode": "sample string 3",
"CountryId": "sample string 4"
},
"Contact": {
"FaxNumber": "sample string 1",
"TelephoneNumber1": "sample string 2",
"TelephoneNumber2": "sample string 3",
"TelephoneNumber3": "sample string 4",
"EMail": "sample string 5",
"HomePageUrl": "sample string 6"
},
"Commission": {
"KindFlag": "sample string 1",
"KindLabel": "sample string 2",
"Scales1": {
"Percent": 1.1,
"Amount": 2.1
},
"Scales2": {
"Percent": 1.1,
"Amount": 2.1
},
"Scales3": {
"Percent": 1.1,
"Amount": 2.1
},
"Scales4": {
"Percent": 1.1,
"Amount": 2.1
}
},
"MetaData": {
"CreationDate": "2024-12-26T19:59:25.7523846+01:00",
"CreationUserToken": "sample string 1",
"ModificationDate": "2024-12-26T19:59:25.7523846+01:00",
"ModificationUserToken": "sample string 2"
},
"CommissionGroups": [
{
"Name": "sample string 1",
"Description": "sample string 2",
"Rate": 3.1
},
{
"Name": "sample string 1",
"Description": "sample string 2",
"Rate": 3.1
}
]
}