All REST Endpoints
Activity Services/Activity Service
This service is used to perform activity operations.
- Add New Activity
- Method: postPath:
/activity-service/activity - Delete Activity Identified by Given ID
- Method: deletePath:
/activity-service/activity/{id} - Get Additional Account Information by Account ID
- Method: getPath:
/activity-service/activity/acct/addn/{acctId} - Healthcheck of Activity Service
- Method: getPath:
/activity-service/healthcheck - Retrieve Activity by ID
- Method: getPath:
/activity-service/activity/{id} - Retrieve Activity by ID and Activity Type
- Method: getPath:
/activity-service/activity/getActivityByType - Retrieve List of Activities by Account ID
- Method: getPath:
/activity-service/activity/getActivityByAccount - Retrieve List of Activities by Filters
- Method: getPath:
/activity-service/activity/getActivityByFilter - Retrieve List of Activities with Distinct Users by Account ID
- Method: getPath:
/activity-service/activity/getActivityUniqueUsersByAccount - Retrieve List of Existing Activities
- Method: getPath:
/activity-service/activity - Update Existing Activity
- Method: putPath:
/activity-service/activity/{id}
Call Action Services/Call Action Maintenance Service
This service is used to perform Action Maintenance operations.
- Add New Call Action
- Method: postPath:
/api/1.0/callAction - Authorize Call Action by Given ID
- Method: patchPath:
/api/1.0/callAction/{id}/approve - Close Call Action by Given ID
- Method: patchPath:
/api/1.0/callAction/{id}/close - Delete Call Action Identified by Given ID
- Method: deletePath:
/api/1.0/callAction/{id} - Get All Valid Call Action
- Method: getPath:
/api/1.0/callAction - Health Check of Call Action Maintenance Service
- Method: getPath:
/api/1.0/callaction/healthcheck - Reopen Call Action by Given ID
- Method: patchPath:
/api/1.0/callAction/{id}/reopen - Retrieve Call Action by ID
- Method: getPath:
/api/1.0/callAction/{id} - Retrieve Call Action Maintenance History by Given ID
- Method: getPath:
/api/1.0/callAction/{id}/history - Retrieve Unauthorized Call Action by Given ID
- Method: getPath:
/api/1.0/callAction/{id}/unauthorized - Update Existing Call Action
- Method: putPath:
/api/1.0/callAction/{id}
Call Action Services/Call Action Transaction Service
This Service is used to Perform Action transactional operations.
- Add New Call Action Followup Record
- Method: postPath:
/api/1.0/callActionTransactional - End Collection Status on Account
- Method: postPath:
/api/1.0/callActionTransactional/endCollStatusByAccId - Restore Closed Collection Status on Account
- Method: postPath:
/api/1.0/callActionTransactional/reverseClosedCollStat - Retrieve Action Details Based on Segment Code
- Method: getPath:
/api/1.0/callActionTransactional/getActionDetails/{segmentCode} - Retrieve Action History Details Based on Task ID
- Method: getPath:
/api/1.0/callActionTransactional/getHistoryDetails - Retrieve All Open and Close Existing Collection Status Based on Account ID
- Method: getPath:
/api/1.0/callActionTransactional/getAllAccExisCollStat - Retrieve Existing Collection Status Based on Account ID
- Method: getPath:
/api/1.0/callActionTransactional/getExistingCollectionStatus - Retrieve Value of All Facts for Batches
- Method: postPath:
/api/1.0/callActionTransactional/getCollectionFacts
Common Services/Fact Details Service
This service is used to perform Fact Details Service operations.
- Retrieve Fact Details by Account ID
- Method: getPath:
/obedm-common-services/factDetails/{accountId} - Retrieve Fact Details by Category
- Method: getPath:
/obedm-common-services/factDetails/category/{category}
Common Services/Identifier Definition Service
This service is used to perform Identifier Definition Maintenance Service operations.
- Add New Identifier Definition
- Method: postPath:
/obedm-common-services/identifierdefinition - Authorize Identifier Definition by Given ID
- Method: patchPath:
/obedm-common-services/identifierdefinition/{id}/approve - Close Identifier Definition by Given ID
- Method: patchPath:
/obedm-common-services/identifierdefinition/{id}/close - Delete Identifier Definition Identified by Given ID
- Method: deletePath:
/obedm-common-services/identifierdefinition/{id} - Fetch Identifier Definition and Parameters Configuration for Given Criteria
- Method: getPath:
/obedm-common-services/identifierdefinition/getAngConfig - Generate Number for Given Criteria
- Method: getPath:
/obedm-common-services/identifierdefinition/generate - Get All Valid Identifier Definition
- Method: getPath:
/obedm-common-services/identifierdefinition - Reopen Identifier Definition by Given ID
- Method: patchPath:
/obedm-common-services/identifierdefinition/{id}/reopen - Retrieve Identifier Definition by Given ID
- Method: getPath:
/obedm-common-services/identifierdefinition/{id}/unauthorized - Retrieve Identifier Definition by ID
- Method: getPath:
/obedm-common-services/identifierdefinition/{id} - Retrieve Identifier Definition History by Given ID
- Method: getPath:
/obedm-common-services/identifierdefinition/{id}/history - Update Existing Identifier Definition
- Method: putPath:
/obedm-common-services/identifierdefinition/{id}
Common Services/Lookup Type Service
This service is used to perform Lookup Type maintenance service operations.
- Add New Lookup Type
- Method: postPath:
/obedm-common-services/lookuptype - Authorize Lookup Type by Given ID
- Method: patchPath:
/obedm-common-services/lookuptype/{id}/approve - Close Lookup Type by Given ID
- Method: patchPath:
/obedm-common-services/lookuptype/{id}/close - Delete Lookup Type Identified by Given ID
- Method: deletePath:
/obedm-common-services/lookuptype/{id} - Get All Valid Lookup Type
- Method: getPath:
/obedm-common-services/lookuptype - Reopen Lookup Type by Given ID
- Method: patchPath:
/obedm-common-services/lookuptype/{id}/reopen - Retrieve All Unauthorized Records for Lookup Type by Given ID
- Method: getPath:
/obedm-common-services/lookuptype/{id}/unauthorized - Retrieve History of Lookup Type by Given ID
- Method: getPath:
/obedm-common-services/lookuptype/{id}/history - Retrieve Lookup Codes by Given Lookup Type
- Method: getPath:
/obedm-common-services/lookuptype/lookuplov/{lookupTypeCd} - Retrieve Lookup Type by ID
- Method: getPath:
/obedm-common-services/lookuptype/{id} - Update Existing Lookup Type
- Method: putPath:
/obedm-common-services/lookuptype/{id}
Common Services/Product Processor Service
This service is used to perform Product Processor Maintenance Service operations.
- Add New Product Processor
- Method: postPath:
/obedm-common-services/productprocessor - Authorize Product Processor by Given ID
- Method: patchPath:
/obedm-common-services/productprocessor/{id}/approve - Close Product Processor by Given ID
- Method: patchPath:
/obedm-common-services/productprocessor/{id}/close - Delete Product Processor Identified by Given ID
- Method: deletePath:
/obedm-common-services/productprocessor/{id} - Get All Valid Product Processors
- Method: getPath:
/obedm-common-services/productprocessor - Health Check Of Common Services
- Method: getPath:
/obedm-common-services/healthcheck - Reopen Product Processor by Given ID
- Method: patchPath:
/obedm-common-services/productprocessor/{id}/reopen - Retrieve All Unauthorized Records of Product Processor by Given ID
- Method: getPath:
/obedm-common-services/productprocessor/{id}/unauthorized - Retrieve Group Basis Code and Product Processor Code for All Product Processors
- Method: getPath:
/obedm-common-services/productprocessor/groupBasis - Retrieve Product Processor by ID
- Method: getPath:
/obedm-common-services/productprocessor/{id} - Retrieve Product Processor History by Given ID
- Method: getPath:
/obedm-common-services/productprocessor/{id}/history - Update Existing Product Processor
- Method: putPath:
/obedm-common-services/productprocessor/{id}
Correspondence Services/Communication Template Maintenance Service
This service is used to perform Communication Template Maintenance operations.
- Add New Communication Template
- Method: postPath:
/obedm-correspondence-services/commtemplate - Authorize Communication Template by Given ID
- Method: patchPath:
/obedm-correspondence-services/commtemplate/{id}/approve - Close Communication Template by Given ID
- Method: patchPath:
/obedm-correspondence-services/commtemplate/{id}/close - Delete Communication Template Identified by Given ID
- Method: deletePath:
/obedm-correspondence-services/commtemplate/{id} - Get All Valid Communication Template
- Method: getPath:
/obedm-correspondence-services/commtemplate - Healthcheck of Correspondence Service
- Method: getPath:
/obedm-correspondence-services/healthcheck - Reopen Communication Template by Given ID
- Method: patchPath:
/obedm-correspondence-services/commtemplate/{id}/reopen - Retrieve Communication Template by ID
- Method: getPath:
/obedm-correspondence-services/commtemplate/{id} - Retrieve Communication Template History by Given ID
- Method: getPath:
/obedm-correspondence-services/commtemplate/{id}/history - Retrieve Onload Data
- Method: getPath:
/obedm-correspondence-services/commtemplate/onload - Retrieve Unauthorized Communication Template by Given ID
- Method: getPath:
/obedm-correspondence-services/commtemplate/{id}/unauthorized - Update Existing Communication Template
- Method: putPath:
/obedm-correspondence-services/commtemplate/{id}
Entity Services/Account Arrears Service
This service is used to populate arrear details of the account.
- Update Existing Account Arrears
- Method: putPath:
/dmaccountarrears-service/accountarrears
Entity Services/Account Bill Details Service
This service is used to populate bill information of the account.
- Update Existing Account Bill Details
- Method: putPath:
/dmaccountbilldtls-service/accountbilldtls
Entity Services/Account Delinquency History Service
This service is used to populate delinquency history of the account.
- Retrieve List of Existing Account Delinquency History
- Method: getPath:
/dmaccountdelhistory-service/dmaccountdelhistories
Entity Services/Account Party Relationship Service
This service is used to populate account party relationship.
- Retrieve Account Party Relationship for Given Account ID
- Method: getPath:
/DmAccountParty-service/getPartyIdForAccountId/{accountId} - Retrieve All Accounts for Given Party ID
- Method: getPath:
/DmAccountParty-service/accountParties/{partyId} - Retrieve Email ID list of Party by Account ID
- Method: getPath:
/DmAccountParty-service/accountParties/getPartyContactDetails/{accountId} - Update Existing Account Party Relationship
- Method: putPath:
/DmAccountParty-service/accountParties
Entity Services/Account Payment Service
This service is used to populate payment details of the account.
- Get All Payments for Account After Specified Date
- Method: getPath:
/dmpayment-service/payments - Get Payment Details Based on Account ID
- Method: getPath:
/dmpayment-service/payment/getPaymentDetailsByAcctId - Get Payment Details Based on Account ID and Date Filter
- Method: getPath:
/dmpayment-service/payment/getPaymentDetailsByDateFilter - Update Existing Payment Details
- Method: putPath:
/dmpayment-service/payments
Entity Services/Account Repayment Schedule Service
This service is used to populate repayment schedule of the account.
- Update Existing Account Repayment Schedule
- Method: putPath:
/dmaccountrepaysch-service/accountrepayschs
Entity Services/Account Review Service
This service is used to populate review details of the account.
- Retrieve List of Existing Account Review Details Based on Review Date.
- Method: getPath:
/dmaccountreview-service/getAccountsToBeProcessed - Update Existing Review Details of Account
- Method: putPath:
/dmaccountreview-service/accountreview
Entity Services/Account Service
This service is used to maintain basic financial and non-financial details of account.
- Retrieve Account Details by Account ID
- Method: getPath:
/dmaccount-service/accounts/getAccountDetailsById - Retrieve Account Details for Correspondence Batch
- Method: getPath:
/dmaccount-service/accounts/getOBRSDetails/{accountId} - Retrieve Account ID for Given Account Number
- Method: postPath:
/dmaccount-service/accounts/getAccountIdforAccountNumber - Retrieve Count of Accounts Obtained in Result Specific to Task Summary Account
- Method: postPath:
/dmaccount-service/accounts/resultCount - Retrieve List of All Fact Values Against Entities
- Method: postPath:
/dmaccount-service/dmaccountgetfacts - Retrieve List of All Unallocated Accounts
- Method: getPath:
/dmaccount-service/accounts/unallocated - Retrieve List of In-Collection Account ID's
- Method: getPath:
/dmaccount-service/accounts - Retrieve List of Limited Account Party Details by Account ID's and Filter Collection
- Method: postPath:
/dmaccount-service/accounts/limitedAcctPartyDetails - Set Allocation Flag for Given Account ID
- Method: putPath:
/dmaccount-service/accounts/allocate - Update Existing Account
- Method: putPath:
/dmaccount-service/accounts
Entity Services/Collateral Charge Service
This service is used to populate charge details of the collateral.
- Update Existing Collateral Charge Details
- Method: putPath:
/DmCollateralCharge-service/collateralCharges
Entity Services/Collateral Linkage Service
This service is used to populate collateral and account linkage.
- Update Existing Collateral Linkage
- Method: putPath:
/DmCollateralLinkage-service/collateralLinkages
Entity Services/Collateral Owner Service
This service is used to populate ownership details of the collateral.
- Update Existing Collateral Owner
- Method: putPath:
/DmCollateralOwner-service/collateralOwners
Entity Services/Collateral Service
This service is used to populate basic details of the collateral.
- Update Existing Collateral Details
- Method: putPath:
/DmCollateral-service/collaterals
Entity Services/Feed Entity Service
This service is used to create Feed Entity.
- Add New Feed Entity
- Method: postPath:
/dmfeedentity-service/feedentities
Entity Services/Insurance Service
This service is used to populate basic details of the insurance.
- Update Existing Insurance
- Method: putPath:
/DmInsurance-service/insurances
Entity Services/Party Address Service
This service is used to populate address details of the party.
- Update Existing Party Address
- Method: putPath:
/dmpartyaddress-service/partyaddresses
Entity Services/Party Contact Service
This service is used to populate contact details of the party.
- Update Existing Party Contact
- Method: putPath:
/dmpartycontact-service/partycontacts
Entity Services/Party Employment Service
This service is used to populate employment details of the party.
- Update Existing Party Employment Details
- Method: putPath:
/dmpartyemployment-service/partyemployments
Entity Services/Party Identity Service
This service is used to populate identification details of the party.
- Update Existing Party Identity Details
- Method: putPath:
/dmpartyidentity-service/partyidentities
Entity Services/Party Name Service
This service is used to populate name details of the party.
- Update Existing Party Name Details
- Method: putPath:
/dmpartyname-service/partynames
Entity Services/Party Service
This service is used to populate basic details of the party.
- Retrieve Party ID, Customer Number, and Party Name for LOV Component
- Method: getPath:
/dmparty-service/parties/lov - Update Existing Party
- Method: putPath:
/dmparty-service/parties
Entity Services/Risk Indicator Service
This service is used to populate risk indicator details on account and party.
- Update Existing Risk Indicator
- Method: putPath:
/DmRiskIndicator-service/riskIndicators
Entity Services/Seed Data Configuration Service
This service is used to create Seed Data Configuration related tasks.
- Add New Seed Data Configuration
- Method: postPath:
/api/1.0/seeddataconfig - Authorize Seed Data Configuration by Given ID
- Method: patchPath:
/api/1.0/seeddataconfig/{id}/approve - Close Seed Data Configuration by Given ID
- Method: patchPath:
/api/1.0/seeddataconfig/{id}/close - Delete Seed Data Configuration Identified by Given ID
- Method: deletePath:
/api/1.0/seeddataconfig/{id} - Get All Valid Seed Data Configuration
- Method: getPath:
/api/1.0/seeddataconfig - Health Check of Entity Service
- Method: getPath:
/api/1.0/seeddataconfig/healthcheck - Reopen Seed Data Configuration by Given ID
- Method: patchPath:
/api/1.0/seeddataconfig/{id}/reopen - Retrieve Seed Data Configuration by Given ID
- Method: getPath:
/api/1.0/seeddataconfig/{id}/history - Retrieve Seed Data Configuration by Given ID
- Method: getPath:
/api/1.0/seeddataconfig/{id}/unauthorized - Retrieve Seed Data Configuration by ID
- Method: getPath:
/api/1.0/seeddataconfig/{id} - Retrieve Seed Detail Description by Given Seed Type Code and Seed Code
- Method: getPath:
/api/1.0/seeddataconfig/getDescription/{seedTypeCd}/{seedCd} - Update Existing Seed Data Configuration
- Method: putPath:
/api/1.0/seeddataconfig/{id}
Notes Services/Notes Service
This service is used to perform Notes Service operations.
- Add New Note
- Method: postPath:
/notes-service/saveNotes - Get Additional Account Information by Account ID
- Method: getPath:
/notes-service/note/acct/addn/{acctId} - Health Check of Notes Service
- Method: getPath:
/notes-service/healthcheck - Retrieve Notes Details by Account ID
- Method: getPath:
/notes-service/getNotes
Promise to Pay Services/Promise to Pay Maintenance Service
This service is used to perform Promise to Pay Type Maintenance Service operations.
- Add New Promise to Pay Type
- Method: postPath:
/obedm-ptp-services/ptptype - Authorize Promise to Pay Type by Given ID
- Method: patchPath:
/obedm-ptp-services/ptptype/{id}/approve - Close Promise to Pay Type by Given ID
- Method: patchPath:
/obedm-ptp-services/ptptype/{id}/close - Delete Promise to Pay Type Identified by Given ID
- Method: deletePath:
/obedm-ptp-services/ptptype/{id} - Get All Valid Promise to Pay Type
- Method: getPath:
/obedm-ptp-services/ptptype - Reopen Promise to Pay Type by Given ID
- Method: patchPath:
/obedm-ptp-services/ptptype/{id}/reopen - Retrieve Promise to Pay Type by Given ID
- Method: getPath:
/obedm-ptp-services/ptptype/{id}/unauthorized - Retrieve Promise to Pay Type by ID
- Method: getPath:
/obedm-ptp-services/ptptype/{id} - Retrieve Promise to Pay Type History by Given ID
- Method: getPath:
/obedm-ptp-services/ptptype/{id}/history - Update Existing Promise to Pay Type
- Method: putPath:
/obedm-ptp-services/ptptype/{id}
Promise to Pay Services/Promise to Pay Transaction Service
This service is used to perform Promise To Pay Transaction Service operations.
- Add New Promise to Pay
- Method: postPath:
/obedm-ptp-services/ptp - Appropriate Payment Against Promise To Pay
- Method: putPath:
/obedm-ptp-services/ptp/appropriate - Cancel Promise to Pay by Account ID
- Method: getPath:
/obedm-ptp-services/ptp/cancel/{acctId} - Cancel Promise to Pay with Reason and Notes
- Method: postPath:
/obedm-ptp-services/ptp/cancel - Get Additional Account Information by Account ID
- Method: getPath:
/obedm-ptp-services/ptp/acct/addn/{acctId} - Get All Promise to Pay Detail by Account ID
- Method: getPath:
/obedm-ptp-services/ptp/{type} - Get Status Count for Each Status
- Method: postPath:
/obedm-ptp-services/ptp/count - Health Check of Promise To Pay Service
- Method: getPath:
/obedm-ptp-services/healthcheck - Retrieve Quick Promise to Pay by Account ID
- Method: getPath:
/obedm-ptp-services/ptp - Revert Cancelled Promise to Pay by Account ID
- Method: getPath:
/obedm-ptp-services/ptp/revert/cancelledPTP/{acctId} - Simulate New Promise Schedule
- Method: postPath:
/obedm-ptp-services/ptp/simulate
Segmentation Services/Segment Maintenance Service
This service is used to perform Segment Maintenance operations.
- Add New Segment
- Method: postPath:
/api/1.0/segment - Authorize Segment by Given ID
- Method: patchPath:
/api/1.0/segment/{id}/approve - Close Segment by Given ID
- Method: patchPath:
/api/1.0/segment/{id}/close - Delete Segment Identified by Given ID
- Method: deletePath:
/api/1.0/segment/{id} - Get All Valid Segments
- Method: getPath:
/api/1.0/segment - Health Check of Segment Maintenance Service
- Method: getPath:
/api/1.0/segment/healthcheck - Reopen Segment by Given ID
- Method: patchPath:
/api/1.0/segment/{id}/reopen - Retrieve History of Segment by Given ID
- Method: getPath:
/api/1.0/segment/{id}/history - Retrieve Segment by ID
- Method: getPath:
/api/1.0/segment/{id} - Retrieve Unauthorized Segment by Given ID
- Method: getPath:
/api/1.0/segment/{id}/unauthorized - Update Existing Segment
- Method: putPath:
/api/1.0/segment/{id}
Segmentation Services/Segmentation Batch Service
This service is used to perform Segment Batch operations.
- Health Check of Segmentation Batch Service
- Method: getPath:
/api/1.0/segmentationbatch/healthcheck - Retrieve All Segment Related Facts Values
- Method: postPath:
/api/1.0/segmentBatch/getSegmentfacts - Retrieve List of Segment and Strategy Associated with Account
- Method: getPath:
/api/1.0/segmentBatch/getAccountSegmentStrategyAssociation - Retrieve List of Segments Associated with List of Account IDs
- Method: postPath:
/api/1.0/segmentBatch/getSegmentCdAndAcctIdMapping - Retrieve Segment Based on Account ID
- Method: getPath:
/api/1.0/segmentBatch/getSegmentCdByAcctId - Update Segment Associated and Delete Segment Association History
- Method: postPath:
/api/1.0/segmentBatch/updateSegAssoAndDeleteSegAssoHistRev - Update Segment Association History and Delete Segment Association
- Method: postPath:
/api/1.0/segmentBatch/updateSegAssoHistAndDeleteSegAsso
Strategy Services/Case Account Association Service
Case Account Association Operations
- Add New Case Account Association
- Method: postPath:
/obcr-strategy-services/api/v1/dmcaseaccountassos - Delete Case Account Association and Insert in Case Account Association History
- Method: postPath:
/obcr-strategy-services/strategy/delDmCaseAssoAndInsInDmCaseAssoHist - Delete Case Account Association Identified by the Given ID
- Method: deletePath:
/obcr-strategy-services/api/v1/dmcaseaccountassociations/{id} - Retrieve Case Account Association by ID
- Method: getPath:
/obcr-strategy-services/api/v1/dmcaseaccountassociations/{id} - Retrieve List of Existing Case Account Associations
- Method: getPath:
/obcr-strategy-services/strategy/delDmCaseAssoAndInsInDmCaseAssoHist - Update Existing Case Account Association
- Method: putPath:
/obcr-strategy-services/api/v1/dmcaseaccountassociations/{id}
Strategy Services/Case Service
Case operations
- Retrieve List of All Fact Value for Batch
- Method: postPath:
/obcr-strategy-services/dmaccountgetfacts
Strategy Services/Strategy Maintenance Service
This service is used for performing various actions related to Strategy Maintenance.
- Add New Strategy
- Method: postPath:
/api/1.0/strategymaintenance - Authorize Strategy by Given ID
- Method: patchPath:
/api/1.0/strategymaintenance/{id}/approve - Close Strategy by Given ID
- Method: patchPath:
/api/1.0/strategymaintenance/{id}/close - Delete Strategy Identified by Given ID
- Method: deletePath:
/api/1.0/strategymaintenance/{id} - Get All Valid Strategies
- Method: getPath:
/api/1.0/strategymaintenance - Reopen Strategy by Given ID
- Method: patchPath:
/api/1.0/strategymaintenance/{id}/reopen - Retrieve Strategy by Given ID
- Method: getPath:
/api/1.0/strategymaintenance/{id}/history - Retrieve Strategy by Given ID
- Method: getPath:
/api/1.0/strategymaintenance/{id}/unauthorized - Retrieve the Strategy by ID
- Method: getPath:
/api/1.0/strategymaintenance/{id} - Retrieve Workflow Status by Given Workflow code.
- Method: getPath:
/api/1.0/strategymaintenance/getWorkflow/{taskCd} - Update Existing Strategy
- Method: putPath:
/api/1.0/strategymaintenance/{id}
Strategy Services/Strategy Service
strategy
- Health Check of Strategy Services
- Method: getPath:
/obcr-strategy-services/healthcheck
Strategy Services/Task Type Service
Task Type maintenance APIs.
- Add New Task Type
- Method: postPath:
/api/1.0/tasktype - Authorize Task Type by Given ID
- Method: patchPath:
/api/1.0/tasktype/{id}/approve - Close Task Type by Given ID
- Method: patchPath:
/api/1.0/tasktype/{id}/close - Delete Task Type Identified by Given ID
- Method: deletePath:
/api/1.0/tasktype/{id} - Get All Valid Task Type
- Method: getPath:
/api/1.0/tasktype - Reopen Task Type by Given ID
- Method: patchPath:
/api/1.0/tasktype/{id}/reopen - Retrieve Task Type by ID
- Method: getPath:
/api/1.0/tasktype/{id} - Retrieve Task Type History by Given ID
- Method: getPath:
/api/1.0/tasktype/{id}/history - Retrieve Unauthorized Task Type by Given ID
- Method: getPath:
/api/1.0/tasktype/{id}/unauthorized - Update Existing Task Type
- Method: putPath:
/api/1.0/tasktype/{id}
Task Workflow Services/Ad Hoc Task Service
This service is used to create ad hoc tasks.
- Retrieve Ad hoc Task Onload
- Method: getPath:
/api/1.0/onloadadhoctask/{accountId} - Save Ad hoc Task Data
- Method: postPath:
/api/1.0/adhocktask
Task Workflow Services/Task Summary Service
This service is used to display tasks and accounts assigned to the logged in user.
- Escalate Tasks by Task ID
- Method: putPath:
/api/1.0/taskSummary/task/escalate - Get Existing Created Flag Details or Create/Update Flag Details for Particular Task
- Method: putPath:
/api/1.0/taskSummary/flaggedTasks - Get Initial or Filtered Task Summary for Account
- Method: postPath:
/api/1.0/taskSummary/account - Get Initial or Filtered Task Summary for Task
- Method: postPath:
/api/1.0/taskSummary/task - Get Users Assigned if the Logged in User is a Supervisor
- Method: getPath:
/api/1.0/taskSummary/account/usersAssigned - Reassign Accounts Based on Segment Codes
- Method: putPath:
/api/1.0/taskSummary/accounts/reassign/{reassignUserId}
Task Workflow Services/Task Workflow Batch Service
This service is used to update or insert task related details based on rule.
- Get Health Check Details
- Method: getPath:
/api/1.0/taskworkflowbatch/healthcheck - Get Task Details Based on Task ID
- Method: getPath:
/api/1.0/taskWorkFlow/getTaskDetailsById - Get Task Status
- Method: getPath:
/api/1.0/taskWorkFlow/getNextTaskStatus - Get Work Flow Status
- Method: getPath:
/api/1.0/taskWorkFlow/getWorkflowStatusDetails - Remove Task for Given Account ID
- Method: postPath:
/api/1.0/taskWorkFlow/removeTasksByAcctId/{acctId} - Update Assignee for Task
- Method: putPath:
/api/1.0/taskWorkFlow/assignTask - Update Task Status and Follow-up Date
- Method: putPath:
/api/1.0/taskWorkFlow/updateTaskStatusAndFollowUpDate
Task Workflow Services/Task Workflow Maintenance Service
This service is used to maintain Task Workflow configuration.
- Add New Task Workflow
- Method: postPath:
/api/1.0/taskworkflow - Authorize Task Workflow by Given ID
- Method: patchPath:
/api/1.0/taskworkflow/{id}/approve - Close Task Workflow by Given ID
- Method: patchPath:
/api/1.0/taskworkflow/{id}/close - Delete Task Workflow Identified by Given ID
- Method: deletePath:
/api/1.0/taskworkflow/{id} - Get All Valid Task Workflow
- Method: getPath:
/api/1.0/taskworkflow - Get Health Check Details of Service Task Workflow
- Method: getPath:
/api/1.0/healthcheck - Reopen Task Workflow by Given ID
- Method: patchPath:
/api/1.0/taskworkflow/{id}/reopen - Retrieve Task Workflow by ID
- Method: getPath:
/api/1.0/taskworkflow/{id} - Retrieve Task Workflow History by Given ID
- Method: getPath:
/api/1.0/taskworkflow/{id}/history - Retrieve Unauthorized Task Workflow by Given ID
- Method: getPath:
/api/1.0/taskworkflow/{id}/unauthorized - Update Existing Task Workflow
- Method: putPath:
/api/1.0/taskworkflow/{id}
User Management Services/User Assignment Maintenance Service
This service is used to perform various actions for User Assignment Maintenance records.
- Add New User Assignment
- Method: postPath:
/api/1.0/userassignment - Authorize User Assignment by Given ID
- Method: patchPath:
/api/1.0/userassignment/{id}/approve - Close User Assignment by Given ID
- Method: patchPath:
/api/1.0/userassignment/{id}/close - Delete User Assignment Identified by Given ID
- Method: deletePath:
/api/1.0/userassignment/{id} - Get All Valid User Assignment
- Method: getPath:
/api/1.0/userassignment - Health Check Of User Management Service
- Method: getPath:
/api/1.0/user assignment/healthcheck - Reopen User Assignment by Given ID
- Method: patchPath:
/api/1.0/userassignment/{id}/reopen - Retrieve History of User Assignment by Given ID
- Method: getPath:
/api/1.0/userassignment/{id}/history - Retrieve Unauthorized User Assignment by Given ID
- Method: getPath:
/api/1.0/userassignment/{id}/unauthorized - Retrieve User Assignment by ID
- Method: getPath:
/api/1.0/userassignment/{id} - Update Existing User Assignment
- Method: putPath:
/api/1.0/userassignment/{id}
User Management Services/User Assignment Transaction Service
This service is used to perform operations related to User Assignment transactions.
- Deallocate User by Account ID
- Method: postPath:
/api/1.0/user/deAllocateUser - Get All Account IDs and User Mapping
- Method: postPath:
/api/1.0/user/userAccountmapping - Get Strategy Assign Data by Account ID
- Method: getPath:
/api/1.0/user/getStrategyAssignDataByAcctId/{acctId} - Get Subordinate Users by Supervisor ID
- Method: getPath:
/api/1.0/user/getSubordinateUsers - Reassign Accounts Based on Segment Codes
- Method: putPath:
/api/1.0/user/accounts/reassign/{reassignUserId}
User Management Services/User Group Maintenance Service
This service is used to perform various actions related to User Group Maintenance.
- Add New User Group
- Method: postPath:
/api/1.0/usergroup - Authorize User Group by Given ID
- Method: patchPath:
/api/1.0/usergroup/{id}/approve - Close User Group by Given ID
- Method: patchPath:
/api/1.0/usergroup/{id}/close - Delete User Group Identified by Given ID
- Method: deletePath:
/api/1.0/usergroup/{id} - Get All Valid User Group
- Method: getPath:
/api/1.0/usergroup - Reopen User Group by Given ID
- Method: patchPath:
/api/1.0/usergroup/{id}/reopen - Retrieve Unauthorized User Group by Given ID
- Method: getPath:
/api/1.0/usergroup/{id}/unauthorized - Retrieve User Group by ID
- Method: getPath:
/api/1.0/usergroup/{id} - Retrieve User Group History by Given ID
- Method: getPath:
/api/1.0/usergroup/{id}/history - Update Existing User Group
- Method: putPath:
/api/1.0/usergroup/{id}