Aux Classifications REST Endpoints
    
        Contacts/Aux Classifications
    
The aux classifications resource is used to view, create, update, and delete the auxiliary classifications of the customers associated with the contacts. Auxiliary classification enable you to categorize customers into different groups, such as commercial or private.
- Create a customer classification
 - Method: postPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/CustomerClassification - Delete a customer classification
 - Method: deletePath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/CustomerClassification/{CodeAssignmentId} - Get a customer classification
 - Method: getPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/CustomerClassification/{CodeAssignmentId} - Get all customer classifications
 - Method: getPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/CustomerClassification - Update a customer classification
 - Method: patchPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/CustomerClassification/{CodeAssignmentId}