Creates a new job, 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 job.
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": "Z3924",
- "businessUnitCode": "manager",
- "status": "A",
- "id": "8ed07dc4-081b-4829-a18c-018b80864fd8",
- "description": "Demo Job for Testing",
- "note": "Onsite guard service required",
- "address": "13151 W Airport Blvd",
- "city": "Sugar Land",
- "country": "USA",
- "state": "TX",
- "zipCode": "77478-6163",
- "laborRateSetGroup": "000-001-AQ1",
- "equipmentRateSetGroup": "000-001-AB",
- "accountingCode": "13807-1234",
- "accountingState": "TX",
- "unionClass": "class1",
- "unionCode": "ACLU",
- "unionLocal": "ACLU - Houston",
- "certified": "Certified",
- "company": "default",
- "localTaxCode": "Certified",
- "location": "Local Tax Code",
- "accountingTemplateName": "Location",
- "tags": [
- {
- "group": "AVALON",
- "tag": "GAL",
- "tagDescription": "Gal Description",
- "id": "ef4cb06d-9cbd-4fa7-9e33-59e64fcaa092"
}
]
}
Returns a list of jobs for the specified business unit code 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": "Z3924",
- "businessUnitCode": "manager",
- "status": "A",
- "id": "8ed07dc4-081b-4829-a18c-018b80864fd8",
- "description": "Demo Job for Testing",
- "note": "Onsite guard service required",
- "address": "13151 W Airport Blvd",
- "city": "Sugar Land",
- "country": "USA",
- "state": "TX",
- "zipCode": "77478-6163",
- "laborRateSetGroup": "000-001-AQ1",
- "equipmentRateSetGroup": "000-001-AB",
- "accountingCode": "13807-1234",
- "accountingState": "TX",
- "unionClass": "class1",
- "unionCode": "ACLU",
- "unionLocal": "ACLU - Houston",
- "certified": "Certified",
- "company": "default",
- "localTaxCode": "Certified",
- "location": "Local Tax Code",
- "accountingTemplateName": "Location",
- "tags": [
- {
- "group": "AVALON",
- "tag": "GAL",
- "tagDescription": "Gal Description",
- "id": "ef4cb06d-9cbd-4fa7-9e33-59e64fcaa092"
}
]
}
]
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 job.
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": "Z3924",
- "businessUnitCode": "manager",
- "status": "A",
- "id": "8ed07dc4-081b-4829-a18c-018b80864fd8",
- "description": "Demo Job for Testing",
- "note": "Onsite guard service required",
- "address": "13151 W Airport Blvd",
- "city": "Sugar Land",
- "country": "USA",
- "state": "TX",
- "zipCode": "77478-6163",
- "laborRateSetGroup": "000-001-AQ1",
- "equipmentRateSetGroup": "000-001-AB",
- "accountingCode": "13807-1234",
- "accountingState": "TX",
- "unionClass": "class1",
- "unionCode": "ACLU",
- "unionLocal": "ACLU - Houston",
- "certified": "Certified",
- "company": "default",
- "localTaxCode": "Certified",
- "location": "Local Tax Code",
- "accountingTemplateName": "Location",
- "tags": [
- {
- "group": "AVALON",
- "tag": "GAL",
- "tagDescription": "Gal Description",
- "id": "ef4cb06d-9cbd-4fa7-9e33-59e64fcaa092"
}
]
}