POST api/TrackoIS/SetSurveyTicketState

Request Information

URI Parameters

None.

Body Parameters

SurveyTicketStateRequest
NameDescriptionTypeAdditional information
ServeyId

integer

None.

TicketNo

string

None.

TicketStatus

boolean

None.

LoggedInUserName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ServeyId": 1,
  "TicketNo": "sample string 2",
  "TicketStatus": true,
  "LoggedInUserName": "sample string 4"
}

application/xml, text/xml

Sample:
<SurveyTicketStateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrackoIS.Entities.APIObjects">
  <LoggedInUserName>sample string 4</LoggedInUserName>
  <ServeyId>1</ServeyId>
  <TicketNo>sample string 2</TicketNo>
  <TicketStatus>true</TicketStatus>
</SurveyTicketStateRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.