Click or drag to resize
ITicketManagerAddPost Method

[This is preliminary documentation and is subject to change.]

Adds a ticket post to a ticket

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
long AddPost(
	long ticketId,
	long ticketFlowActionId,
	ITicketPost ticketPost
)

Parameters

ticketId
Type: SystemInt64
The ticket id
ticketFlowActionId
Type: SystemInt64
The Ticket Flow Action id used to create the post
ticketPost
Type: Netadmin.Management.Ticketing.DtoITicketPost
The post to add

Return Value

Type: Int64
The id of the created post
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThrown if the ticket can not be opened.
InvalidOperationExceptionChange of Ticket Type and/or Departments can only be done within the same Company
ArgumentExceptionThis ticket is missing an Author (and | or) an Owner
InvalidIdentifierExceptionThrown if the identifier is invalid.
See Also