post https://{hostname}/api/v1/timekeeping/setup/paycodes/combined/apply_read
This operation returns one or more GDAP-filtered combined paycodes with selected paycodes to the logged-in user by object references.
- When this operation is executed with IDs, the system returns a list of combined paycodes with corresponding IDs. Every ID that does not match an existing or visible combined paycode is wrapped within an exception
- When this operation is executed with qualifiers, the system returns a list of combined paycodes with corresponding names. Every qualifier that does not match an existing or visible combined paycode name is wrapped within an exception
- When this operation is executed with refs, the system returns a list of combined paycodes with corresponding IDs or (if ID is null) qualifiers. Every ID or qualifier that does not match an existing or visible combined paycode ID or name, respectively, along with every null reference, is wrapped within an exception
The associated Access Control Point is PAYRULE.
Service Limit
A service limit constrains the number of combined paycodes that can be processed in a single request.
- The Number of Combined Paycodes cannot exceed 1,000.