4 Segment Types (All)

Endpoint (HTTP Link): http://<hostname>:<port>/rest-v1/segmentTypes/

Service Type: GET

Query Prameters: No input required.

Request JSON Sample: No request

Response Parameters:

  • portfolio_code

    String

    Refers to the Code for the Portfolio: Portfolio being that of Retail or Institutional.

  • portfolio_name

    String

    Refers to the Name for the Portfolio: Portfolio being that of Retail or Institutional.

  • segment_type_code

    String

    Refers to the Code for Segment Type: Segment Type being Demographic/Risk Based/Profitability/Behavioral, and so on.

  • segment_type_name

    String

    Refers to the Name for Segment Type: Segment Type being Demographic/ Risk Based/ Profitability/ Behavioral, and so on.

  • is_default

    String

    Default Income Statement.

Response JSON Sample:

{
	"items": [
	{
		"portfolio_code": "string",
		"portfolio_name": "string",
		"segment_type_code": "string",
		"segment_type_name": "string",
		"is_default": "string"
	}
	]
}