- Subcategories:
- Large Object (LOB) Attributes - ImageContent
Images REST Endpoints
Person Profiles/Images
The images resource provides information about the image uploaded by the user.
- Create an image
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/images - Delete an image
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/images/{ImageId} - Get all images
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/images - Get an image
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/images/{ImageId} - Update an image
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/images/{ImageId}