GroupCustomers REST Endpoints
GroupCustomers
GroupCustomers
- Create group customer
- Method: postPath:
/PASService/rest/services/v1/groupCustomers - Get a specific address for a specific group customer by groupCustomer Id and address Id
- Method: getPath:
/PASService/rest/services/v1/groupCustomers/{groupCustomerId}/addresses/{addressId} - Get a specific group customer by groupCustomerId
- Method: getPath:
/PASService/rest/services/v1/groupCustomers/{groupCustomerId} - Get list of addresses for a specific group customer by groupCustomer Id
- Method: getPath:
/PASService/rest/services/v1/groupCustomers/{groupCustomerId}/addresses - Get the list of groupCustomers
- Method: getPath:
/PASService/rest/services/v1/groupCustomers - Partially update a specific group customer by group customer Id
- Method: patchPath:
/PASService/rest/services/v1/groupCustomers/{groupCustomerId} - Update a specific group customer by groupCustomerId
- Method: putPath:
/PASService/rest/services/v1/groupCustomers/{groupCustomerId}