Client
API | Description |
---|---|
POST api/{enterpriseId}/Clients/batch |
To batch update clients |
PATCH api/{enterpriseId}/Clients/Unlink/{clientCrmId} |
To unlink client from contact in CRM |
PUT api/{enterpriseId}/Clients/Unlink/{clientCrmId} |
To unlink client from contact in CRM |
PATCH api/{enterpriseId}/Clients/batchunlink |
To unlink batch of clients from contact in CRM |
PUT api/{enterpriseId}/Clients/batchunlink |
To unlink batch of clients from contact in CRM |
GET api/{enterpriseId}/Clients/{id} |
Returns a specific client identified by id, Usage: api/{enterprisecode}/client/id Example: api/testdev/client/1 |
POST api/{enterpriseId}/Clients |
To create a new client |
PUT api/{enterpriseId}/Clients/{id} |
To update a client |
PATCH api/{enterpriseId}/Clients |
To batch update clients |
SavedSearch
API | Description |
---|---|
PATCH api/{enterpriseId}/SavedSearches/Unlink/{savedSearchCrmId} |
To unlink AV savedsearch from savedsearch in CRM |
PUT api/{enterpriseId}/SavedSearches/Unlink/{savedSearchCrmId} |
To unlink AV savedsearch from savedsearch in CRM |
GET api/{enterpriseId}/SavedSearches/{id} |
Returns a specific savedsearch identified by id, Usage: api/{enterprisecode}/client/id Example: api/testdev/savedsearch/1 |
Log
Log controller is used for logging purpose
API | Description |
---|---|
POST api/{enterpriseId}/logs/raw/{eventLevel} |
No documentation available. |
POST api/{enterpriseId}/logs |
To create log entries |
Sso
Controller used by CRMOnline to perform internal SSO Calls
API | Description |
---|---|
POST api/{enterpriseId}/Sso/CreateSamlResponse |
Used by GlobalSync in CRMOnline to create an SSO session and url The method name is historical and no longer generates saml |
PUT api/{enterpriseId}/Sso/CreateSamlResponse |
Used by GlobalSync in CRMOnline to create an SSO session and url The method name is historical and no longer generates saml |
SalesForceMapping
API | Description |
---|---|
POST api/{enterpriseId}/SalesForceMapping |
Update Salesforce Mapping |
CRMOnlineMapping
API | Description |
---|---|
GET api/{enterpriseId}/CRMOnlineMapping |
No documentation available. |
POST api/{enterpriseId}/CRMOnlineMapping |
Update CrmOnline Mapping |
Household
API | Description |
---|---|
POST api/{enterpriseId}/Households/batch |
To batch update households |
PUT api/{enterpriseId}/Households/batch |
To batch update households |
PATCH api/{enterpriseId}/Households/Unlink/{householdCrmId} |
To unlink household from account in CRM |
PUT api/{enterpriseId}/Households/Unlink/{householdCrmId} |
To unlink household from account in CRM |
PATCH api/{enterpriseId}/Households/batchunlink |
To unlink batch of households from account in CRM |
PUT api/{enterpriseId}/Households/batchunlink |
To unlink batch of households from account in CRM |
GET api/{enterpriseId}/Households/{id} |
Returns a specific Household identified by id, Usage: api/{enterprisecode}/household/id Example: api/testdev/household/1 |
POST api/{enterpriseId}/Households |
To create a new household |
PATCH api/{enterpriseId}/Households/{id} |
To update a household |
PUT api/{enterpriseId}/Households/{id} |
To update a household |