Retrieves all biditem codebook biditems 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": "D426AA0A-8647-4E46-946B-690848A6D6CE",
- "systemBackupId": "BA838DC9-8B4C-4D51-8AEE-7C9339FEA4BB",
- "state": "FL",
- "biditemCode": "0100 70",
- "description": "OVERLAY DEMONSTRATION",
- "units": "LS",
- "categoryLevel": "0",
- "lowUnitPrice": 0,
- "averageUnitPrice": 0,
- "highUnitPrice": 0,
- "lock": "N",
- "libraryBiditem": "",
- "linkedResource": "",
- "summarySortCode1": "",
- "summarySortCode2": "",
- "summarySortCode3": "",
- "summarySortCode4": "",
- "summarySortCode5": "",
- "summarySortCode6": "",
- "linkedActivity1": "",
- "linkedActivity2": "",
- "linkedActivity3": "",
- "linkedActivity4": "",
- "linkedActivity5": "",
- "equivalentBid": "FL 0101 1",
- "alternateDescription": "",
- "passThrough": "N",
- "lastUpdate": "2022-02-10T03:09:48Z",
- "rsMeansAssembly": "A10101051500",
- "taxable": "Y",
- "salesTax": 10,
- "spreadSheetAssembly": "Assembly\\Assembly.hbcs"
}
], - "currentTopValue": 100,
- "currentSkipValue": 0,
- "nextSkipValue": 100
}
Retrieves a specific biditem codebook biditem 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": "D426AA0A-8647-4E46-946B-690848A6D6CE",
- "systemBackupId": "BA838DC9-8B4C-4D51-8AEE-7C9339FEA4BB",
- "state": "FL",
- "biditemCode": "0100 70",
- "description": "OVERLAY DEMONSTRATION",
- "units": "LS",
- "categoryLevel": "0",
- "lowUnitPrice": 0,
- "averageUnitPrice": 0,
- "highUnitPrice": 0,
- "lock": "N",
- "libraryBiditem": "",
- "linkedResource": "",
- "summarySortCode1": "",
- "summarySortCode2": "",
- "summarySortCode3": "",
- "summarySortCode4": "",
- "summarySortCode5": "",
- "summarySortCode6": "",
- "linkedActivity1": "",
- "linkedActivity2": "",
- "linkedActivity3": "",
- "linkedActivity4": "",
- "linkedActivity5": "",
- "equivalentBid": "FL 0101 1",
- "alternateDescription": "",
- "passThrough": "N",
- "lastUpdate": "2022-02-10T03:09:48Z",
- "rsMeansAssembly": "A10101051500",
- "taxable": "Y",
- "salesTax": 10,
- "spreadSheetAssembly": "Assembly\\Assembly.hbcs"
}
}