PUT api/GetTouch

Request Information

URI Parameters

None.

Body Parameters

GetTouch
NameDescriptionTypeAdditional information
RecordNo

integer

None.

FullName

string

None.

Email

string

None.

Subject

string

None.

Message

string

None.

CreatedOn

date

None.

UpdatedOn

date

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "RecordNo": 1,
  "FullName": "sample string 2",
  "Email": "sample string 3",
  "Subject": "sample string 4",
  "Message": "sample string 5",
  "CreatedOn": "2024-03-28T04:09:21.2707902+00:00",
  "UpdatedOn": "2024-03-28T04:09:21.2707902+00:00",
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<GetTouch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrishAcademy.Models">
  <CreatedOn>2024-03-28T04:09:21.2707902+00:00</CreatedOn>
  <Email>sample string 3</Email>
  <FullName>sample string 2</FullName>
  <IsDeleted>true</IsDeleted>
  <Message>sample string 5</Message>
  <RecordNo>1</RecordNo>
  <Subject>sample string 4</Subject>
  <UpdatedOn>2024-03-28T04:09:21.2707902+00:00</UpdatedOn>
</GetTouch>

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 'GetTouch'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.