Update Segment Association History and Delete Segment Association

post

/api/1.0/segmentBatch/updateSegAssoHistAndDeleteSegAsso

This endpoint is used to update Segment Association History and Delete Segment Association.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for Updating Records in Segment Account Association.
Root Schema : updSegAssoHistDto
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns message of success or failure
Body ()
Root Schema : DmSegAccAndStratSegmAccAssoColl
Type: object
Collection of list of Segment Codes and list of Strategy Codes.
Show Source
Nested Schema : segmentIdList
Type: array
List of Segment Codes
Show Source
Nested Schema : strategyIdList
Type: array
List of Strategy Codes
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