Please enable JavaScript.
Coggle requires JavaScript to display documents.
Solaris INT (Workflow (WorkflowDefinitions (GET (/api/v1/companies/{compan…
Solaris INT
Workflow
WfRules
GET
/api/v1/assessments/{assessmentObid}/availablerules --> Return all the available (applicable) rules to an Assessment given it's curent Authorisation status
/api/v1/assessments/{wan}/availablerules --> Returns all the available (applicable) rules to an Assessment given it's current Authorisation status
Workflows
GET
/api/v1/assessments/{assessmentObid}/status --> Gets an Assessment's current Workflow Status and Event
-
POST
/api/v1/assessments/{assessmentObid}/status --> Executes the requested WfRules on the requested Assessment
-
WorkflowDefinitions
GET
/api/v1/companies/{companyAeebusRoleObid}/workflows/{wfDefinitionObid} --> Retrieves an existing WfDefinition assigned to a specific company
PUT
/api/v1/companies/{companyAeebusRoleObid}/workflows/{wfDefinitionObid} --> Updates an existing WFDefinition and related WF entities
POST
/api/v1/companies/{companyAeebusRoleObid}/workflows --> Creates a new Workflow definition from scratch
-
Claims
-
-
POST
-
-
-
-
/{id}/Disassociate --> Disassociate claims. If the claim is child, then this is disassociated from its parent. If the claim is parent, then disassociate all its children
-
Companies
Catalogs
GET
/api/v1/catalogs/{companyId}/policies --> Get a list of insurance policies, filtered by last update date
/api/v1/catalogs/policies --> Get a list of insurance policies related to the current logged in user's company, filtered by lat update date
/api/v1/catalogs/{companyId}/repairers --> Gets the repairers associated to the current logged in user's company
-
/api/v1/catalogs/{companyId}/additionalfields --> Gets a list of additional fields available for the requested company
/api/v1/catalogs/additionalfields --> Gets a list of additional fields available for the current logged in user's company
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-