Segment Maintenance Service REST Endpoints
Segmentation Services/Segment Maintenance Service
This service is used to perform Segment Batch operations.
- Retrieve All Segment Related Facts Values
- Method: postPath:
/api/1.0/segmentBatch/getSegmentfacts
- Retrieve List of Segment And Strategy Associated with an Account
- Method: getPath:
/api/1.0/segmentBatch/getAccountSegmentStrategyAssociation
- Retrieve List of Segments Associated with an List of Account ID
- Method: postPath:
/api/1.0/segmentBatch/getSegmentCdAndAcctIdMapping
- Retrieve the Segment based on Account ID
- Method: getPath:
/api/1.0/segmentBatch/getSegmentCdByAcctId
- Retrieve the Segment based on Account ID and Case ID
- Method: getPath:
/api/1.0/segmentBatch/getSegmentCdByAcctIdandCaseId
- 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