Entity Posting API - Staff Access Add/Update
If the StaffAccessID does not exist, a new Staff Access record will be created. If it does, it will be updated.
Triggered Updates:
- No other data effected
Standard ShowTimeAnalytics Message Parameters:
- DataSupplierID: Assigned unique identifier for your account
- String
(required) - MessageSequence: Unique sequence number incremented for each message posted
- Long
(required) - CallbackUrl: Dataprovider defined URL that result of processing the message is posted back to
- String
Fields for Staff Access Entity:
- ID attribute: Unique identifier for StaffAccess record
- String
(required) - SiteID attribute: Unique identifier for site that the staff member works in
- String
(required) - StaffId: Unique identifier for Staff Member (link to Staff entity)
- String
(required) - RateId: Unique identifier for Rate by which their pay was calculated (link to Rate under Staff entity)
- String
- CheckInDateTime: Timestamp when they staff member swiped in
- ISO-8601 datetime
(required) - CheckOutDateTime: Timestamp when they staff member swiped out
- ISO-8601 datetime
- Currency: The Currency value that defines the amount or pay (default site's currency)
- ISO-4217 Code e.g. USD
- Cost: How much the staff member earned for this access period
- Integer
- Precision attribute: The number of decimal places in the Cost field
- Integer
(required)
PLEASE NOTE: All field and attribute names are case sensitive
Message Structure - XML:
Callback Post Fields:
- DataSupplierID: Unique identifier for your account, same as passed in post message
- MessageSequence: Unique sequence number for message, same as passed in post message
- ID attribute: Unique identifier for Staff Access, same as passed in post message
- Status: Processing result flag - ok/error
- Error: If the status flag is "error", list of warning messages during processing