Phones REST Endpoints

Person Profiles/Phones
The phones resource provides information about the various phone numbers associated with the user.
Create a phone number
Method: post
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/phones
Delete a phone number
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/phones/{PhoneId}
Get a phone number
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/phones/{PhoneId}
Get all phone numbers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/phones
Update a phone number
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/phones/{PhoneId}