POST Tickets/CreateOrUpdateTicket
Request Information
URI Parameters
None.
Body Parameters
SupportTickets| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket_ID | integer |
None. |
|
| Ticket_CardID | integer |
None. |
|
| Ticket_CustomerID | integer |
None. |
|
| Ticket_ProjectID | integer |
None. |
|
| Ticket_Subject | string |
None. |
|
| Ticket_Description | string |
None. |
|
| Ticket_Data | Collection of Object |
None. |
|
| Ticket_MailData | Collection of Object |
None. |
|
| Ticket_MailFrom | string |
None. |
|
| Ticket_MailTo | string |
None. |
|
| Ticket_MailCC | string |
None. |
|
| Ticket_SupportID | string |
None. |
|
| Ticket_Sort | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ticket_ID": 1,
"Ticket_CardID": 4,
"Ticket_CustomerID": 5,
"Ticket_ProjectID": 6,
"Ticket_Subject": "sample string 7",
"Ticket_Description": "sample string 8",
"Ticket_Data": null,
"Ticket_MailData": null,
"Ticket_MailFrom": "sample string 9",
"Ticket_MailTo": "sample string 10",
"Ticket_MailCC": "sample string 11",
"Ticket_SupportID": "sample string 13",
"Ticket_Sort": 16
}
Response Information
Resource Description
ResponseCreateOrUpdateTicket| Name | Description | Type | Additional information |
|---|---|---|---|
| TicketID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TicketID": 1
}