# Add pay run item to pay run. Add pay run item to pay run. Endpoint: POST /payroll/pay-runs/{pay_run}/items/add Version: 1.0.0 Security: Token ## Path parameters: - `pay_run` (string, required) The ID of a pay run. UUID Version 4. Example: "00000000-0000-4000-8000-000000000000" ## Response 422 fields (application/json): - `status` (string, required) What was the state of the request? Example: "fail" ## Response 500 fields (application/json): - `status` (string, required) What was the state of the request? Example: "error" - `message` (string, required) The error message. Example: "{ApiError message.}" - `code` (integer,null) A numeric code corresponding to the error. Example: 500