7 Customer Segment
Endpoint (HTTP Link): http://<hostname>:<port>/rest-v1/customerSegment/
Service Type: POST
Request Prameters:
portfolio_codeString
Refers to the Code for the Portfolio: Portfolio being that of Retail or Institutional.
segment_type_codeString
Refers to the Code for Segment Type : Segment Type being Demographic/Risk Based/Profitability/Behavioral, and so on.
product_codeString
Refers to the Code assigned to a Product.
customerAttributesattributeNameString
Name of the Attribute corresponding to the Column.
attributeValueString
Value of the Attribute corresponding to the Column.
attributeTypeString
Data Type of the Attribute corresponding to the Column for validation.
attributeFormatString
Value format of the Attribute corresponding to the Column.
{"portfolio_code": "string","segment_type_code": "string","product_code": "string","customerAttributes": [{"attributeName": "string","attributeValue": "string","attributeType": "string","attributeFormat": "string"}]}Response Parameters:
portfolio_codeRefers to the Code for the portfolio: Portfolio being that of Retail or Institutional.
segment_type_codeRefers to the Code for Segment Type : Segment Type being Demographic/Risk Based/Profitability/Behavioral, and so on.
product_codeRefers to the Code assigned to a Product.
segment_codeRefers to the Code for Segment within a particular Segment Type.
segment_nameRefers to the Name for Segment within a particular Segment Type.
{
"items": [
{
"portfolio_code": "string",
"segment_type_code": "string",
"product_code": "string",
"segment_code": "string",
"segment_name": "string"
}
]
}