This call returns a list of pay item setup tags with their groups.
Success
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "lastModified": "2019-08-24T14:15:22Z",
- "isDeleted": true,
- "tags": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "code": "string",
- "description": "string",
- "lastModified": "2019-08-24T14:15:22Z",
- "isDeleted": true
}
]
}
]This call will return a list of pay items and their associated setup tags for the specified pay items, jobs, tags or modified since date.
Set of filters for the request.
Success
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
{- "payItemIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "jobIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "tagIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "modifiedSince": "2019-08-24T14:15:22Z",
- "cursor": "string",
- "limit": 0
}[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "jobId": "9d222c6d-893e-4e79-8201-3c9ca16a0f39",
- "payItemId": "b2d8a764-f85b-4480-b0d8-9a597eeacb8a",
- "tagId": "f69eb9f1-ae9f-4086-b25c-c39758a43fb3",
- "isDeleted": true,
- "lastModified": "2019-08-24T14:15:22Z"
}
]No Content
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
This call creates and updates setup tags associated with pay items.
No Content
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
[- {
- "payItemId": "b2d8a764-f85b-4480-b0d8-9a597eeacb8a",
- "tagId": "f69eb9f1-ae9f-4086-b25c-c39758a43fb3"
}
]