Races REST Endpoints

Person Profiles/Races
The races resource provides information about the various races associated with the user.
Create a race
Method: post
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/races
Delete a race
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/races/{PersonalRaceId}
Get a race
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/races/{PersonalRaceId}
Get all races
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/races
Update a race
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/races/{PersonalRaceId}