POST api/Workflow/SetTicketWorkFlowStatus

Documentation for 'SetTicketWorkFlowStatus'.

Request Information

Parameters

NameDescriptionAdditional information
ticketWorkflowStatus
Documentation for 'ticketWorkflowStatus'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TicketId": 1,
  "TicketStatus": 0
}

application/xml, text/xml

Sample:
<WATicketWorkFlowStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/BioBancheFEShared.WebApiModels">
  <TicketId>1</TicketId>
  <TicketStatus>Unknown</TicketStatus>
</WATicketWorkFlowStatus>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'WATicketWorkFlowStatus'.

Response Information

Response body formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>