Name | Description | Type | Additional information |
---|---|---|---|
PersonSystemId |
Person system internal identifier. |
globally unique identifier |
None. |
Name |
Diner's Name. |
string |
None. |
Surname |
Diner's Surname. |
string |
None. |
PersonId |
Unique identification of the person in the system |
string |
None. |
DegreeInFrontName |
Academic degree in front of the name |
string |
None. |
DegreeAfterName |
Academic degree after the name |
string |
None. |
ActualBalance |
The actual balance of the diner. |
decimal number |
None. |
BalanceWarning |
The actual balance limit warning. |
decimal number |
None. |
SpendingLimit |
Actual spending limit from deposit. |
decimal number |
None. |
AllowDeposit |
Diner can deposit money at cashdesk |
boolean |
None. |
Valid |
Valid diner. |
boolean |
None. |
ErrorCode |
Error code. 0 - no error, 1 - not registered cashdesk, 2 - diner not found, 3 - not valid diner, 4 - not properly configured casdesk, 7 - no products specified, 8 - not rights to purchase, 9 - spending limit exceeded, 12 - closed period, 13 - no conversion rate specified |
integer |
None. |
ErrorText |
Error description. |
string |
None. |
WarnText |
Warning text. |
string |
None. |