Customer Segment
The Customer Segment Answer is used to specify the segment or category that a customer belongs to, which helps determine the appropriate level of service, risk assessment, and product offerings.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
fieldTypeId | string | Yes | Must be set to "CustomerSegment" (from FieldTypeEnum) |
customerSegmentId | string | Yes | ID of the selected customer segment |
Example Usage
{
"fqName": "Customer_Classification_CustomerSegment",
"answer": {
"fieldTypeId": "CustomerSegment",
"customerSegmentId": "a640b5fd-0b98-494a-a6ec-6f7f8e323ff72"
}
}
Lookup References
This answer model requires values from the following lookup source:
Customer Segment Types: For valid values for the customerSegmentId field, please refer to the Lookup API documentation and use the "CustomerSegmentEnum" lookup source.