Modeling-Manage Subtotal Objects-Create, Update, and Delete a Subtotal
Number of APIs: 9
-
Login POST {{baseUrl}}/api/auth/login
-
Create a changeset POST {{baseUrl}}/api/model/changesets
-
Update a subtotal PUT {{baseUrl}}/api/model/subtotals/:subtotalId?showExpressionAs=tree
-
Get subtotal definition from changeset GET {{baseUrl}}/api/model/subtotals/:subtotalId?showExpressionAs=tree
-
Delete the subtotal DELETE {{baseUrl}}/api/objects/:objectId?type=4
-
Delete the changeset DELETE {{baseUrl}}/api/model/changesets/:changesetId
-
Logout POST {{baseUrl}}/api/auth/logout
-
Create a subtotal POST {{baseUrl}}/api/model/subtotals?showExpressionAs=tree
-
Commit the changeset changes to the metadata POST {{baseUrl}}/api/model/changesets/:changesetId/commit