Assigning Resources to Tickets
Required Variables
ticket_id - The ID of the ticket you are assigning the member to
member_id - The ID of the member you are assignign to the ticket
Action
POSTURL Path
{ base URL including version identifier }/schedule/entriesPayload
{{
{
"objectId": CTX.ticket_id|int,
"member": {
"id": CTX.member_id|int
},
"type": {
"id": 4
}
}
}}Last updated