Creates a new pay class, using its code as a unique identifier on the specified business unit.
For help with authorization, please visit https://developer.hcssapps.com/getting-started/request-tokens
The pay class.
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.
{- "code": "02-MECH-H-(HWI-4217)",
- "businessUnitCode": "manager",
- "id": "4ff1c87a-e57f-4ebb-84f1-803784a3bc37",
- "description": "Mechanic (Heavy Equipment)",
- "unionCode": "Union Code",
- "accountingCode": "ACLU",
- "category": "833205z",
- "trade": "Trade",
- "type": "Type",
- "unionClass": "Union Class",
- "unionLocal": "Union Local",
- "craft": "Craft",
- "heavyBidCode": "HB-OEXC",
- "isActive": true,
- "accountingTemplateName": "default"
}
Returns a list of pay classes for the specified business unit and accounting template.
For help with authorization, please visit https://developer.hcssapps.com/getting-started/request-tokens
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.
[- {
- "code": "02-MECH-H-(HWI-4217)",
- "businessUnitCode": "manager",
- "id": "4ff1c87a-e57f-4ebb-84f1-803784a3bc37",
- "description": "Mechanic (Heavy Equipment)",
- "unionCode": "Union Code",
- "accountingCode": "ACLU",
- "category": "833205z",
- "trade": "Trade",
- "type": "Type",
- "unionClass": "Union Class",
- "unionLocal": "Union Local",
- "craft": "Craft",
- "heavyBidCode": "HB-OEXC",
- "isActive": true,
- "accountingTemplateName": "default"
}
]
After the result of this operation, the server entity will match exactly what is sent here. (i.e., excluded fields will be interpreted as "not needed" and deleted from the server)
For help with authorization, please visit https://developer.hcssapps.com/getting-started/request-tokens
The pay class.
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.
{- "code": "02-MECH-H-(HWI-4217)",
- "businessUnitCode": "manager",
- "id": "4ff1c87a-e57f-4ebb-84f1-803784a3bc37",
- "description": "Mechanic (Heavy Equipment)",
- "unionCode": "Union Code",
- "accountingCode": "ACLU",
- "category": "833205z",
- "trade": "Trade",
- "type": "Type",
- "unionClass": "Union Class",
- "unionLocal": "Union Local",
- "craft": "Craft",
- "heavyBidCode": "HB-OEXC",
- "isActive": true,
- "accountingTemplateName": "default"
}