{"ClientAccountID":33000509079,"VIETicketID":123456,"TicketStatus":2,"TicketPriority":1,"UpdateType":"Status","NewNote":"Ticket has been updated and this is a new note added to ticket"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://vieapiFQDN/ticketing/update' \
--header'X-API-Key: <api-key>' \
--header'Content-Type: application/json' \
--data-raw'{
"ClientAccountID": 33000509079,
"VIETicketID": 123456,
"TicketStatus": 2,
"TicketPriority": 1,
"UpdateType": "Status",
"NewNote": "Ticket has been updated and this is a new note added to ticket"
}'