The industry
object contains all industry related information related to a claim. If the claim can be assigned to a specific industry, this can be entered in this field. Depending on the selected industry, there are specific fields that are available and must be partially filled.
Attributes | Type | Description |
---|---|---|
industry |
enum | This reflects the industry assigned to a specific claim |
additionalProperties |
object | A list of additional properties, which belongs to a specific industry. A key value pair. |
"industry": "UTILITY",
"additionalProperties": [
{
"key": "string",
"value": "string"
}
]
Do you find this page helpful?