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
{
"fieldId": "k1l2m3n4-5o6p-7q8r-9s0t-1u2v3w4x5y6z",
"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.