Select
Trouble Ticket
Everything about your trouble tickets
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
body | body | any | true | trouble ticket attributes needed to create a new trouble ticket |
Request body - JsonObject
|
|
None
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
201 | Created | trouble ticket has been created successfully | createTroubleTicketResponse |
400 | Bad Request | OssjIllegalArgumentException, RemoteException | Inline |
201 - instance of createTroubleTicketResponse
Custom schema example
|
|
Name | Type | Required | Description |
---|---|---|---|
ticketId | string | false | none |
mirrorKey | string | false | none |
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
ticketId | path | string | true | ‘none’ |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
200 | OK | trouble ticket response | troubleTicketResponse |
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
ticketId | path | string | true | ‘none’ |
body | body | any | true | trouble ticket object to update an existing trouble ticket |
Request body - JsonObject
|
|
None
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
200 | OK | trouble ticket has been updated succesfully | updateTroubleTicketResponse |
400 | Bad Request | OssjIllegalArgumentException, RemoteException, ObjectNotFoundException | Inline |
200 - instance of updateTroubleTicketResponse
Custom schema example
|
|
Name | Type | Required | Description |
---|---|---|---|
ticketId | string | false | none |
dialog | string | false | none |
troubleType | string | false | none |
troubleDescription | string | false | none |
preferredPriority | string | false | none |
customerTroubleNum | string | false | none |
wh1Parameter | string | false | none |
Endpoints
Trouble Ticket