POST api/InsertSupportTicketAnswer

Request Information

URI Parameters

None.

Body Parameters

CreateSupportTicketAnser
NameDescriptionTypeAdditional information
MainSupportTktId

integer

None.

SupportTktAnsId

integer

None.

SupportTktId

integer

None.

Answer

string

None.

LoginId

integer

None.

LoginDateTime

string

None.

Source

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MainSupportTktId": 1,
  "SupportTktAnsId": 2,
  "SupportTktId": 3,
  "Answer": "sample string 4",
  "LoginId": 5,
  "LoginDateTime": "sample string 6",
  "Source": "sample string 7"
}

application/xml, text/xml

Sample:
<SupportTicketAnserInsert.CreateSupportTicketAnser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RECOSMart_Api">
  <Answer>sample string 4</Answer>
  <LoginDateTime>sample string 6</LoginDateTime>
  <LoginId>5</LoginId>
  <MainSupportTktId>1</MainSupportTktId>
  <Source>sample string 7</Source>
  <SupportTktAnsId>2</SupportTktAnsId>
  <SupportTktId>3</SupportTktId>
</SupportTicketAnserInsert.CreateSupportTicketAnser>

application/x-www-form-urlencoded

Sample:

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

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />