Organizations REST Endpoints
Organizations
The company, business unit of a large company, or government agency that has an organization record in the Oracle B2C Service knowledge base.
- Create an organization
- Method: postPath:
/services/rest/connect/v1.4/organizations - Delete an organization
- Method: deletePath:
/services/rest/connect/v1.4/organizations/{id} - Get an organization
- Method: getPath:
/services/rest/connect/v1.4/organizations/{id} - Get multiple organizations
- Method: getPath:
/services/rest/connect/v1.4/organizations - Update an organization
- Method: patchPath:
/services/rest/connect/v1.4/organizations/{id}