GET r/PosStaff
Get a list of staff members from the Point of sale database.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Queryable collection of staff members in the pos database
Collection of IPosStaffMember| Name | Description | Type | Additional information |
|---|---|---|---|
| PosIdentifier |
Gets or sets the POS specific unique identifier of this staff member |
string |
None. |
| FirstName |
Gets or sets the staff member's first name |
string |
None. |
| LastName |
Gets or sets the staff member's last name |
string |
None. |
| HourlyRate |
Gets or sets the staff member's hourly wage |
decimal number |
None. |
| IsDeleted |
Gets or sets a value representing whether or not the staff member has been deleted in the POS system |
boolean |
None. |
| RoleIdentifier |
Gets or sets the POS specific identifier of this staff member's role in the POS system |
string |
None. |
| RoleName |
Gets or sets the name of the Staff member's role |
string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.