Create CompoundAggregation
Create a new CompoundAggregation.
This endpoint allows you to create a new CompoundAggregation for a specific Organization. The request body must include all the necessary details such as the Calculation formula.
Path parameters
The unique identifier (UUID) for your Organization. The Organization represents your company as a direct customer of our service.
Request body
Example request
{
"code": "example_code"
}Response
Returns the created CompoundAggregation
Changes
Changed in 4 of the 10 revisions of this API.644
- ●
added the new
CUSTOM_SQLenum value to theallOf[subschema #4]/aggregationresponse property for the response status200response-property-enum-value-added
- ●
- ▲
the response property
allOf[AbstractAggregationResponse]/allOf[AbstractResponseWithCustomFields]/allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[AbstractAggregationResponse]/allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[AbstractResponseWithCustomFields]/allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
- ○
removed the
CUSTOM_SQLenum value from theallOf[subschema #4]/aggregationresponse property for the response status200response-property-enum-value-removed
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
CUSTOM_SQLenum value to theallOf[subschema #4]/aggregationresponse property for the response status200response-property-enum-value-added
- ●
- ▲
the
allOf[AbstractAggregationRequest]/allOf[AbstractRequestWithCustomFields]/allOf[subschema #2]/customFieldsrequest property type/format changed from/toobject/request-property-type-changed
- ▲
the
allOf[AbstractRequestWithCustomFields]/allOf[subschema #2]/customFieldsrequest property type/format changed from/toobject/request-property-type-changed
- ●
removed
subschema #1subschema #2from theallOf[AbstractAggregationRequest]/allOf[AbstractRequestWithCustomFields]/allOf[subschema #2]/customFieldsrequest propertyallOflistrequest-property-all-of-removed
- ●
removed
subschema #1subschema #2from theallOf[AbstractRequestWithCustomFields]/allOf[subschema #2]/customFieldsrequest propertyallOflistrequest-property-all-of-removed
- ○
added the new optional request property
allOf[AbstractAggregationRequest]/allOf[subschema #3]/accountingProductIdnew-optional-request-property
- ○
added the optional property
allOf[AbstractAggregationResponse]/allOf[subschema #3]/accountingProductIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #4]/customSqlto the response with the200statusresponse-optional-property-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲