Group Customers REST Endpoints

Group Customers
Create group customer
Method: post
Path: /PASService/rest/services/groupCustomers
Get a specific address for a specific group customer
Method: get
Path: /PASService/rest/services/groupCustomers/{id}/addresses/{addressId}
Get a specific group customer
Method: get
Path: /PASService/rest/services/groupCustomers/{id}
Get list of addresses by group customer
Method: get
Path: /PASService/rest/services/groupCustomers/{id}/addresses
Get list of group customers
Method: get
Path: /PASService/rest/services/groupCustomers
Update group customer
Method: put
Path: /PASService/rest/services/groupCustomers/{groupCustomerId}