POST v6/emailTicketRule/save
Create or Update an existing EmailTicketRule
Request Information
URI Parameters
None.
Body Parameters
TicketEmailRuleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TicketEmailRuleId | integer |
None. |
|
| TicketTypeId | integer |
None. |
|
| TicketCategoryId | integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ticketEmailRuleId": 1,
"ticketTypeId": 2,
"ticketCategoryId": 3,
"userId": 4
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.