Addresses REST Endpoints

Person Profiles/Addresses
The addresses resource provides information about the various addresses associated with the user.
Create an address
Method: post
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/addresses
Delete an address
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/addresses/{addressesUniqID}
Get all addresses
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/addresses
Get an address
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/addresses/{addressesUniqID}
Update an address
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/addresses/{addressesUniqID}