Retrieves all activity codebook resources for a business unit.
For help with authorization, see https://developer.hcssapps.com/getting-started/request-tokens
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.
{- "data": [
- {
- "id": "16D39CAD-3FEE-4498-8861-3C0ABD285819",
- "activityCodebookId": "8D3BC1EB-4105-4DA6-86B9-6D079D40DC7E",
- "activityCodebookCode": "805124",
- "resourceCode": "2Q05124",
- "unitPrice": 0,
- "units": "LF",
- "quantityFactor": 1,
- "wasteFactor": 1,
- "mhPerUnit": 0
}
], - "currentTopValue": 100,
- "currentSkipValue": 0,
- "nextSkipValue": 100
}
Retrieves a specific activity codebook resource by its id.
For help with authorization, see https://developer.hcssapps.com/getting-started/request-tokens
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.
{- "data": {
- "id": "16D39CAD-3FEE-4498-8861-3C0ABD285819",
- "activityCodebookId": "8D3BC1EB-4105-4DA6-86B9-6D079D40DC7E",
- "activityCodebookCode": "805124",
- "resourceCode": "2Q05124",
- "unitPrice": 0,
- "units": "LF",
- "quantityFactor": 1,
- "wasteFactor": 1,
- "mhPerUnit": 0
}
}