Images REST Endpoints

Person Profiles/Images
The images resource is a child of person profiles resource and provides information about the image uploaded by the user.
Create an image
Method: post
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/images
Delete an image
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/images/{ImageId}
Get all images
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/images
Get an image
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/images/{ImageId}
Update an image
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/images/{ImageId}