v1
latestOpenAPI 3.0.12026-07-245277551.2 MBMarket Segmentation
Create a new Market Segmentation Segment.
post/market-segmentation/v1/segments
Headers
x-property-idstring required
Example:1,2,3
A numeric, comma-separated string representing the property IDs, sent in the header.
Request body
Example request
{
"groupId": "1-b",
"name": "Abc",
"code": "1000",
"description": "This is a Segment",
"isEnabled": true,
"ratePlanIds": [
"1-a",
"2-b",
"3-c"
]
}Response
Created Market Segmentation Segment.