Customers REST Endpoints
Agent/Customers
The operations from the Agent/Customers category.
- addProfileAddress
- Method: postPath:
/ccagent/v1/profiles/{id}/addresses
- createProfile
- Method: postPath:
/ccagent/v1/profiles
- deleteProfileAddress
- Method: deletePath:
/ccagent/v1/profiles/{id}/addresses/{addressId}
- getProfile
- Method: getPath:
/ccagent/v1/profiles/{id}
- getProfileAddress
- Method: getPath:
/ccagent/v1/profiles/{id}/addresses/{addressId}
- listProfileAddresses
- Method: getPath:
/ccagent/v1/profiles/{id}/addresses
- listSiteProperties
- Method: getPath:
/ccagent/v1/profiles/{id}/siteProperties
- resetPassword
- Method: postPath:
/ccagent/v1/profiles/{id}
- searchProfiles
- Method: getPath:
/ccagent/v1/profiles
- updateProfile
- Method: putPath:
/ccagent/v1/profiles/{id}
- updateProfileAddress
- Method: putPath:
/ccagent/v1/profiles/{id}/addresses/{addressId}
- updateSiteProperties
- Method: putPath:
/ccagent/v1/profiles/{id}/siteProperties