Click or drag to resize
ITicketManagerSetServiceProviderOnTicket Method

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

Sets a link between a ticket and a service provider. Can not be used to change or remove an existing link

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void SetServiceProviderOnTicket(
	long ticketId,
	long serviceProviderId
)

Parameters

ticketId
Type: SystemInt64
The id of the ticket to link
serviceProviderId
Type: SystemInt64
The id of the service provider to link to the ticket
Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrown if ticketId or serviceProviderId is zero or less.
ObjectNotFoundExceptionThrown if the ticket was not found.
See Also