Organizations Addresses REST Endpoints
Store/Organizations Addresses
The operations from the Store/Organizations Addresses category.
- addAddress
- Method: postPath:
/ccstore/v1/organizationAddresses
- deleteAddress
- Method: deletePath:
/ccstore/v1/organizationAddresses/{id}
- getAddress
- Method: getPath:
/ccstore/v1/organizationAddresses/{id}
- getAddresses
- Method: getPath:
/ccstore/v1/organizationAddresses
- updateAddress
- Method: putPath:
/ccstore/v1/organizationAddresses/{id}