Ticket bearbeiten
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Ticket anlegen
Version 1.2
post
Authorizations
Query parameters
apiKeystringOptional
Body
Subjectstring | nullableOptional
Contentstring | nullableOptional
SourceIdinteger · int32Optional
PriorityIdinteger · int32Optional
DepartmentIdinteger · int32 | nullableOptional
UserIdinteger · int32 | nullableOptional
ExternalReferencestring | nullableOptional
Responses
201
Created
400
Bad Request
401
Unauthorized
post
POST /openwowi/v1.2/CommunicationEdit/Ticket HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 239
{
"Subject": "text",
"Content": "text",
"SourceId": 1,
"PriorityId": 1,
"DepartmentId": 1,
"UserId": 1,
"ExternalReference": "text",
"MainEntityAssignment": {
"AssignmentEntityId": 1,
"EntityId": 1
},
"EntityAssignments": [
{
"AssignmentEntityId": 1,
"EntityId": 1
}
]
}
{
"Id": 1,
"IdNum": "text"
}
Kommentar hinzufügen
Version 1.2
post
Authorizations
Query parameters
apiKeystringOptional
Body
TicketIdinteger · int32Optional
Contentstring | nullableOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
post
POST /openwowi/v1.2/CommunicationEdit/Ticket/AddComment HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 31
{
"TicketId": 1,
"Content": "text"
}
{
"Id": 1,
"IdNum": "text"
}
Ticket löschen
Version 1.2
delete
Authorizations
Path parameters
ticketIdinteger · int32Required
Query parameters
apiKeystringOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
delete
DELETE /openwowi/v1.2/CommunicationEdit/Ticket/{ticketId} HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"Id": 1,
"IdNum": "text"
}
Last updated