Set Configuration
This operation sets the configuration for a tenant.
Request
Name |
Required |
Description |
|
---|---|---|---|
Body | Yes | JSON object with Business Model configuration | |
Headers | Content-Type |
Yes | " |
Response
If the configuration is persisted successfully, then the response contains JSON of saved configuration for tenant. This response contains ids for all configured objects.
Errors
-
301: Invalid rule specification in model for rule {0}. Reasons:
-
Business model should have the mandatory properties of
condition
,type
,attribute
andvalue
.
-
-
303: Reltio Business Model schema specification can't be parsed as XSD.
-
304: Failed to validate business model. Validator failed on element {0} with error: {1}.
-
305: Failed to process Reltio Business Model JSON during validation. Error: {0}. Validation of Reltio Business Model failed with error parsing Reltio Business Model specification in JSON.
-
306: Failed to process Reltio Business Model JSON got in create configuration request.
Example Request
Example Response
Response always has an "id"
property for all elements of collections.
These "id"
s are used to understand the difference between two versions
of schema-defined what is changed, what elements are removed, and what elements are
added.