Additional Names REST Endpoints
    
        Contacts/Additional Names
    
The additional name resource is used to view, create, update, and delete additional names associated with a contact. The resource allows you to capture other names associated with a contact, such as a maiden name, or a brand name.
- Create an additional name
 - Method: postPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/AdditionalName - Delete an additional name
 - Method: deletePath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/AdditionalName/{NameId} - Get all additional names
 - Method: getPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/AdditionalName - Get an additional name
 - Method: getPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/AdditionalName/{NameId} - Update an additional name
 - Method: patchPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/AdditionalName/{NameId}