GroupCustomers REST Endpoints

GroupCustomers
GroupCustomers
Create group customer
Method: post
Path: /PASService/rest/services/v1/groupCustomers
Get a specific address for a specific group customer by groupCustomer Id and address Id
Method: get
Path: /PASService/rest/services/v1/groupCustomers/{groupCustomerId}/addresses/{addressId}
Get a specific group customer by groupCustomerId
Method: get
Path: /PASService/rest/services/v1/groupCustomers/{groupCustomerId}
Get list of addresses for a specific group customer by groupCustomer Id
Method: get
Path: /PASService/rest/services/v1/groupCustomers/{groupCustomerId}/addresses
Get the list of groupCustomers
Method: get
Path: /PASService/rest/services/v1/groupCustomers
Update a specific group customer by groupCustomerId
Method: put
Path: /PASService/rest/services/v1/groupCustomers/{groupCustomerId}