Retrieve the Segment based on Account ID and Case ID
get
/api/1.0/segmentBatch/getSegmentCdByAcctIdandCaseId
This endpoint is used to retrieve the Segment based on Account ID and Case ID.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
acctId(required): string
The account ID used to fetch the Segment.
-
caseId(required): string
The case ID used to fetch the Segment.
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Root Schema : DmSegmentAccountandCaseAssoHistCollection
Type:
object
Collection of list of Segments with the Start and End Date.
Show Source
-
DmSegmentAccountandCaseAssoHistList:
array DmSegmentAccountandCaseAssoHistList
List of Segments with Start and End Date.
Nested Schema : DmSegmentAccountandCaseAssoHistList
Type:
array
List of Segments with Start and End Date.
Show Source
-
Array of:
object DmSegmentDescAccountandCaseAssoHist
DmSegment Account and Case Association History Details
Nested Schema : DmSegmentDescAccountandCaseAssoHist
Type:
object
DmSegment Account and Case Association History Details
Show Source
-
accountId:
string
Entity Name
-
caseId:
string
Entity Name
-
endDate:
string
End Date
-
segmentCd:
string
Segment Code
-
segmentDescription:
string
Segment Description
-
startDate:
string
Start Date
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error