Retrieve List of Segments Associated with an List of Account ID
post
/api/1.0/segmentBatch/getSegmentCdAndAcctIdMapping
This endpoint is used to retrieve list of Segments associated with an list of Account IDs.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
limit: integer
Limit is maximum number of records to be fetched.
-
offset: integer
Offset is starting number of records to be fetched.
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.
Request Body that contains AccountIds List.
Root Schema : DmAccountIdsAndSegmentCodesCollection
Type:
Show Source
object
-
accountId:
array accountId
Account ID
-
segmentCode:
array segmentCode
Segment Code
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns map of accounts and Segment Code
Root Schema : DmAccountSegmentCodeMap
Type:
Show Source
object
-
segmentCdAccountMap:
array segmentCdAccountMap
Segment Code Account map
Nested Schema : DmAccountSegmentCodePair
Type:
Show Source
object
-
accountId:
string
Account ID
-
segmentCode:
array segmentCode
Segment Code
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