Unless explicitly stated on the documentation for a method, the accepted Web API call content types are:
Calls using any other content type (ex: text/plain) are not supported.
-
APIs
-
TeamDynamix.Api.Tickets.WorkflowSteps.TicketWorkflowStepReassignRequest
Contents
Summary
A request object for the Tickets/Workflow/Reassign endpoint
Properties
Name
|
Type
|
Nullable?
|
Summary
|
StepID
|
Guid |
|
The step ID of the ticket's workflow.
|
UserId
|
Guid |
This field is nullable.
|
The User ID to be assigned to the workflow step.
|
GroupId
|
Int32 |
This field is nullable.
|
The group ID to be assigned to the workflow step.
|