Service
The Service Answer is used to specify the financial service a customer is interested in or has been allocated.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
fieldTypeId | string | Yes | Must be set to "Service" (from FieldTypeEnum) |
serviceId | string | Yes | ID of the selected service |
Example Usage
{
"fqName": "Financial_Services_SelectedService",
"answer": {
"fieldTypeId": "Service",
"serviceId": "a640b5fd-0b98-494a-a6ec-6f7f8e323ff72"
}
}
Lookup References
This answer model requires values from the following lookup source:
Service Types: For valid values for the serviceId field, please refer to the Lookup API documentation and use the "ServiceEnum" lookup source.