The following keys are available to use for the timecard to payroll integration.
StartDate - Start date of the date range for timecards. You must only use this key in the initial request.
EndDate - End date of the date range for timecards. You must only use this key in the initial request.
CorrelationIds - List of unique worker IDs in the HCM system. You must only use this key in the initial request.
BatchLimit - Maximum number of resources we can send timecards for in a single response. You must only use this key in the initial request. If no value is specified in the request, the default BatchLimit value of 120 applies.
TimecardTransmissionId - Salesforce ID of the Timecard Transmission object. This parameter is optional. If it is not included in a request, the request will be treated as an initial request.
You must use the date format YYYY-MM-DD, such as 2018-04-24.
Response Keys
The following keys are used in the response.
NextPageRequest - Used to get the next chunk of timecard details for a transmission.
TimecardTransmissionId - Salesforce ID of the Timecard Transmission object. If this key exists in the POST response, a further request is required to get the timecards for another resource. If this key is not present in the POST response, no further request is needed.
Timecards - The list of returned timecards that fall within the specified date range.
CorrelationId - Unique worker ID from the HCM system.
EarningsCode - Name of the earnings code, for example, VAC.
TimeEntryDetails - The list of all timecard dates with values for a given date range, grouped by project.
TimeEntryDate - Timecard date, using ISO-8601 format YYYY-MM-DD.
Hours - Number of approved hours in the timecard date in Number(2, 2) format.
Message - The message returned when an error occurs in a processing request.