- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
Attachments REST Endpoints
Calculation Entries/Calculation Card Components/Attachments
The attachments resource is used to view, create, and update attachments.
- Create an attachment
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/calculationEntries/{DirCardId}/child/CalculationCardComponent/{DirCardCompId}/child/Attachments - Delete an attachment
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/calculationEntries/{DirCardId}/child/CalculationCardComponent/{DirCardCompId}/child/Attachments/{calculationEntries_CalculationCardComponent_Attachments_Id} - Get all attachments
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/calculationEntries/{DirCardId}/child/CalculationCardComponent/{DirCardCompId}/child/Attachments - Get an attachment
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/calculationEntries/{DirCardId}/child/CalculationCardComponent/{DirCardCompId}/child/Attachments/{calculationEntries_CalculationCardComponent_Attachments_Id} - Update an attachment
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/calculationEntries/{DirCardId}/child/CalculationCardComponent/{DirCardCompId}/child/Attachments/{calculationEntries_CalculationCardComponent_Attachments_Id}