Modeling-Manage Subtotal Objects-Create, Update, and Delete a Subtotal

Number of APIs: 9

  1. Login POST {{baseUrl}}/api/auth/login

  2. Create a changeset POST {{baseUrl}}/api/model/changesets

  3. Update a subtotal PUT {{baseUrl}}/api/model/subtotals/:subtotalId?showExpressionAs=tree

  4. Get subtotal definition from changeset GET {{baseUrl}}/api/model/subtotals/:subtotalId?showExpressionAs=tree

  5. Delete the subtotal DELETE {{baseUrl}}/api/objects/:objectId?type=4

  6. Delete the changeset DELETE {{baseUrl}}/api/model/changesets/:changesetId

  7. Logout POST {{baseUrl}}/api/auth/logout

  8. Create a subtotal POST {{baseUrl}}/api/model/subtotals?showExpressionAs=tree

  9. Commit the changeset changes to the metadata POST {{baseUrl}}/api/model/changesets/:changesetId/commit