This call will return a list of jobs for the specified business unit.
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": "43bffdd8-5bc0-4140-a613-0652b9f08143",
- "legacyId": "626de5a7-b252-4348-bfdb-c003a6e00fcb",
- "code": "HCSS-BLDG3",
- "description": "Third building on the HCSS campus",
- "createdDate": "2019-08-15T16:05:02",
- "payItemSetupType": "costCodeDriven",
- "businessUnitId": "4a5d0072-9e2e-48b3-a37e-571bd296ca06",
- "status": "active",
- "isDeleted": false,
- "latitude": 29.649534,
- "longitude": -95.614761,
- "startofpayweek": "monday",
- "jobNote": "",
- "relatedEstimateCodes": [ ],
- "address1": "123 Main St.",
- "address2": "Apt 102",
- "city": "Anywhere",
- "state": "AL",
- "zip": "12345",
- "country": "USA"
}
]
This call will add a list of jobs to update/insert to a queue to be ultimately processed.
Set of parameters for the jobs request. The source job must have less than 100 cost codes.
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.
{- "sourceFile": "Myfile.txt",
- "jobs": [
- {
- "code": "Code A",
- "description": "Code A Description",
- "laborRateSetGroupCode": "LABOR RATE SET CODE",
- "equipmentRateSetGroupCode": "EQUIPMENT RATE SET CODE",
- "jobStatus": "A",
- "latitude": "44.1",
- "longitude": "100.11",
- "address1": "124 Some St",
- "address2": "Apt 123",
- "city": "My City",
- "state": "TX",
- "zip": "75012",
- "country": "US"
}
], - "businessUnitId": "5e9ac81e-91bc-45ff-b9af-5a4680d48a37",
- "canOverwrite": true
}
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
This call will return a list of jobs for the specified jobs or job tags.
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.
{- "jobIds": [
- "898da5fd-7f33-44da-9a33-6da4aeb9aa4d",
- "e21b1150-c03d-4b9a-9ef7-39e5475bda51"
], - "jobTagIds": [
- "dc144c60-c453-47b5-944e-1ce4c448e891",
- "bf8a06cf-28ec-4e05-b151-6c6d724d99ae"
], - "isIncludeHBCodeList": false
}
[- {
- "id": "43bffdd8-5bc0-4140-a613-0652b9f08143",
- "legacyId": "626de5a7-b252-4348-bfdb-c003a6e00fcb",
- "code": "HCSS-BLDG3",
- "description": "Third building on the HCSS campus",
- "createdDate": "2019-08-15T16:05:02",
- "payItemSetupType": "costCodeDriven",
- "businessUnitId": "4a5d0072-9e2e-48b3-a37e-571bd296ca06",
- "status": "active",
- "isDeleted": false,
- "latitude": 29.649534,
- "longitude": -95.614761,
- "startofpayweek": "monday",
- "jobNote": "",
- "relatedEstimateCodes": [ ],
- "address1": "123 Main St.",
- "address2": "Apt 102",
- "city": "Anywhere",
- "state": "AL",
- "zip": "12345",
- "country": "USA"
}
]