String look up attribute |
Simple lookup attribute |
"attributeName": [{"uniqueValues": ["IN"],"DisplayValue": "INDIA"}OR "attributeName": [{"uniqueValues": ["2c18a960-011f-46b7-9340-7d455a5d786f"],"DisplayValue": "INDIA"}] |
String MultiSelect look up attribute |
Multi select lookup attribute to select one or many values from the options |
"attributeName": [{"uniqueValues": ["IN"],"DisplayValue": "INDIA"}, {"uniqueValues": ["US"],"DisplayValue": "USA"}] |
String MultiSelect look up attribute with multiple unique values |
Multi select lookup attribute with multiple unique values configured in contract type to select one or many values from the options |
"attributeName": [{"uniqueValues": ["IN","+91"],"DisplayValue": "INDIA"}, {"uniqueValues": ["US", "+1"],"DisplayValue": "USA"}] |