Retrieves all material 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": "D5F4A833-CF86-4B64-8585-5847315E0994",
- "systemBackupId": "D6884E8E-81B5-4549-BD6E-3BC6A0992B47",
- "resourceCode": "2A8100",
- "description": "Base",
- "unitCost": 25,
- "unit": "TON",
- "categoryLevel": "4",
- "nonTaxable": "N",
- "accountingCode": "",
- "accountingDesc": "",
- "mhPerUnit": 0,
- "lastUpdate": "2022-02-10T03:09:48Z",
- "lastUpdateUser": 491491,
- "quoteFolder": "RCP",
- "resourceText1": "",
- "resourceText2": "",
- "scheduleCode": "",
- "excludeFromQuotes": "Y"
}
], - "currentTopValue": 100,
- "currentSkipValue": 0,
- "nextSkipValue": 100
}
Retrieves a specific material 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": "D5F4A833-CF86-4B64-8585-5847315E0994",
- "systemBackupId": "D6884E8E-81B5-4549-BD6E-3BC6A0992B47",
- "resourceCode": "2A8100",
- "description": "Base",
- "unitCost": 25,
- "unit": "TON",
- "categoryLevel": "4",
- "nonTaxable": "N",
- "accountingCode": "",
- "accountingDesc": "",
- "mhPerUnit": 0,
- "lastUpdate": "2022-02-10T03:09:48Z",
- "lastUpdateUser": 491491,
- "quoteFolder": "RCP",
- "resourceText1": "",
- "resourceText2": "",
- "scheduleCode": "",
- "excludeFromQuotes": "Y"
}
}
Replace a specific material codebook resource by its id.
For help with authorization, see https://developer.hcssapps.com/getting-started/request-tokens
The new material codebook resource to replace the old one with.
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.
{- "description": "Base",
- "unitCost": 25,
- "unit": "TON",
- "nonTaxable": "N",
- "accountingCode": "",
- "accountingDesc": "",
- "mhPerUnit": 0,
- "quoteFolder": "RCP",
- "resourceText1": "",
- "resourceText2": "",
- "scheduleCode": "",
- "excludeFromQuotes": "Y"
}
{- "data": {
- "id": "D5F4A833-CF86-4B64-8585-5847315E0994",
- "systemBackupId": "D6884E8E-81B5-4549-BD6E-3BC6A0992B47",
- "resourceCode": "2A8100",
- "description": "Base",
- "unitCost": 25,
- "unit": "TON",
- "categoryLevel": "4",
- "nonTaxable": "N",
- "accountingCode": "",
- "accountingDesc": "",
- "mhPerUnit": 0,
- "lastUpdate": "2022-02-10T03:09:48Z",
- "lastUpdateUser": 491491,
- "quoteFolder": "RCP",
- "resourceText1": "",
- "resourceText2": "",
- "scheduleCode": "",
- "excludeFromQuotes": "Y"
}
}