- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
Attachments REST Endpoints
Inventory Management/ABC Assignment Groups/Attachments
It is used to view, create, and update attachments on the ABC Assignment Group.
- Create all attachments
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/abcAssignmentGroupAttachments
- Delete one attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/abcAssignmentGroupAttachments/{abcAssignmentGroupAttachmentsUniqID}
- Get all attachments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/abcAssignmentGroupAttachments
- Get one attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/abcAssignmentGroupAttachments/{abcAssignmentGroupAttachmentsUniqID}
- Update one attachment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/abcAssignmentGroupAttachments/{abcAssignmentGroupAttachmentsUniqID}