The element "salesPerson" is used for details of the sales staff using the electronic recording system ("cash register"). It can be used in different levels of the document model:
- If the salesPerson element is used in the header, the information applies to the entire document, except for those areas
- where a different information is given. E.g. for individual item ("positions") or payment ("payments") items.
A complete description of the RetailForce DOM (Document Object Model), as well as a description of the individual elements, can be found in the Downloads-Bereich der RetailForce Website (Object model documentation.pdf) in the respective version directory.
Example:
"salesPerson": {
"id": "03",
"caption": "cashier 03",
"firstName": "Jane",
"lastName": "Doe",
"taxNumber": "987654321",
"dateOfEntry": "2022-10-01T08:00:00+01:00"
},
Sub elements of "salesPerson" in details.
Information in "Type" column:
- M ... mandatory / requird
- M* ... mandatory / requird in certain countries or under certain conditions
- R ... recommended
- O... optional
Element | Type | Description | |
salesPerson | O/M* |
Details of the cash register user. Instead of the "salesPerson" element, "user" can usually also be used. |
|
id | O/M* |
Identification of the salesperson Attention: Especially in countries where the use of fiscal printers is mandatory, the salesperson ID (or user.Id) often has to follow certain rule:
Country details:
|
|
caption | O/M* | Designation of the salesperson | |
firstName | O/M* |
first name of the salesperson Country details:
|
|
lastName | O/M* |
last name of the salesperson Country details:
|
|
taxNumber | O/M* |
tax-number of the salesperson Country details:
|
|
dateOfEntry | O/M* |
Start of the employment relationship / time when the person was created in the system Country details:
|
Comments
0 comments
Please sign in to leave a comment.