Skip to main content

Service

The Service Answer is used to specify the financial service a customer is interested in or has been allocated.

Fields

FieldTypeRequiredDescription
fieldTypeIdstringYesMust be set to "Service" (from FieldTypeEnum)
serviceIdstringYesID of the selected service

Example Usage

{
"fieldId": "d0e1f2g3-4h5i-6j7k-8l9m-0n1o2p3q4r5s",
"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.