Authorization: ********************{
"client_sid": 0,
"agent_sid": 0,
"call_sid": 0,
"call_type": "INBOUND",
"scheduled_callback_id": "string",
"field_definitions": [
{
"name": "string",
"alt_name": "string",
"display_name": "string",
"field_type": "VALUE_TYPE_UNKNOWN",
"validation_type": "VALIDATION_NONE",
"formats": [
"string"
],
"invoice_type": "UNSPECIFIED",
"helper_text": {
"text": "string"
},
"required": true
}
]
}curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/acd/populateworkflowfields' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_sid": 0,
"agent_sid": 0,
"call_sid": 0,
"call_type": "INBOUND",
"scheduled_callback_id": "string",
"field_definitions": [
{
"name": "string",
"alt_name": "string",
"display_name": "string",
"field_type": "VALUE_TYPE_UNKNOWN",
"validation_type": "VALIDATION_NONE",
"formats": [
"string"
],
"invoice_type": "UNSPECIFIED",
"helper_text": {
"text": "string"
},
"required": true
}
]
}'{
"values": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
}
}