post https://{hostname}/api/v1/timekeeping/setup/paycodes/combined/apply_upsert
This operation adds or removes one or more paycodes from one or more GDAP-filtered combined paycodes for the logged-in user by object references.
- When this operation is executed with
AddToCombinedPayCodes
, the system adds the list of paycodes specified inadd
to the combined paycodes specified intoCombined
, with corresponding IDs or Qualifiers. Every ID or Qualifier of Paycode that does not match an existing or visible paycode is wrapped within an exception. Every ID or Qualifier of Combined Paycode that does not match an existing or visible combined paycode is wrapped within an exception - When this operation is executed with
RemoveFromCombinedPayCodes
, the system removes the list of paycodes specified inremove
, from combined paycodes specified infromCombined
, with corresponding IDs or Qualifiers. Every ID or Qualifier of Paycode that does not match an existing or visible paycode is wrapped within an exception. Every ID or Qualifier of Combined Paycode that does not match an existing or visible combined paycode is wrapped within an exception
The associated Access Control Point is PAYRULE.
Service Limit
A service limit constrains the number of paycodes and combined paycodes that can be processed in a single request.
- The Number of Paycodes cannot exceed 30.
- The Number of Combined Paycodes cannot exceed 10.