Customer Service Ticket Details
apiVersionstring
Example:
v1data object
attrs object[]
Array [
namestring
Example:
ticketTypedisplayNamestring
Example:
Ticket Typedescriptionstring
Example:
Applicable ticket type from ticket catalogcriteria object
dataTypestring
Example:
stringisRequiredboolean
Example:
truevaluestring
Example:
Customer Service]
contacts object[]
Array [
attrs object[]
Array [
namestring
Example:
ticketTypedisplayNamestring
Example:
Ticket Typedescriptionstring
Example:
Applicable ticket type from ticket catalogcriteria object
dataTypestring
Example:
stringisRequiredboolean
Example:
trueoptions object[]
Array [
valuestring
Example:
PrimarydefaultValueboolean
Example:
false]
]
minCountinteger
Example:
1maxCountinteger
Example:
20]
Customer Service Ticket Details
{
"apiVersion": "v1",
"data": {
"attrs": [
{
"name": "ticketType",
"displayName": "Ticket Type",
"description": "Applicable ticket type from ticket catalog",
"criteria": {
"dataType": "string",
"isRequired": true
},
"value": "Customer Service"
}
],
"contacts": [
{
"attrs": [
{
"name": "ticketType",
"displayName": "Ticket Type",
"description": "Applicable ticket type from ticket catalog",
"criteria": {
"dataType": "string",
"isRequired": true
},
"options": [
{
"value": "Primary",
"defaultValue": false
}
]
}
],
"minCount": 1,
"maxCount": 20
}
]
}
}