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
Query Parameters
Header Parameters
Body ()
Request Body that contains AccountIds List.
Root Schema : DmAccountIdsAndSegmentCodesCollection
Type: object
Show Source
Nested Schema : accountId
Type: array
Account ID
Show Source
Nested Schema : segmentCode
Type: array
Segment Code
Show Source
Back to Top

Response

Supported Media Types

200 Response

Returns map of accounts and Segment Code
Body ()
Root Schema : DmAccountSegmentCodeMap
Type: object
Show Source
Nested Schema : segmentCdAccountMap
Type: array
Segment Code Account map
Show Source
Nested Schema : DmAccountSegmentCodePair
Type: object
Show Source
Nested Schema : segmentCode
Type: array
Segment Code
Show Source

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
Back to Top