POST api/RequestDemo

Request Information

URI Parameters

None.

Body Parameters

RequestDemo
NameDescriptionTypeAdditional information
Id

integer

None.

EmailAddress

string

None.

Organization

string

None.

RequestedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "EmailAddress": "sample string 2",
  "Organization": "sample string 3",
  "RequestedDate": "2025-08-29T20:29:37.7969916+00:00"
}

application/xml, text/xml

Sample:
<RequestDemo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
  <EmailAddress>sample string 2</EmailAddress>
  <Id>1</Id>
  <Organization>sample string 3</Organization>
  <RequestedDate>2025-08-29T20:29:37.7969916+00:00</RequestedDate>
</RequestDemo>

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.