POST api/review

Request Information

URI Parameters

None.

Body Parameters

ReviewRequest
NameDescriptionTypeAdditional information
Name

string

None.

Spouse

string

None.

Dob

date

None.

Anniversary

date

None.

Email

string

None.

MobileNo

string

None.

ShoppingExperience

string

None.

StaffGesture

string

None.

RangeandVarity

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Spouse": "sample string 2",
  "Dob": "2026-01-21T04:12:19.4037837+05:30",
  "Anniversary": "2026-01-21T04:12:19.4037837+05:30",
  "Email": "sample string 5",
  "MobileNo": "sample string 6",
  "ShoppingExperience": "sample string 7",
  "StaffGesture": "sample string 8",
  "RangeandVarity": "sample string 9"
}

application/xml, text/xml

Sample:
<ReviewRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ReviewAPI_Project.DTO">
  <Anniversary>2026-01-21T04:12:19.4037837+05:30</Anniversary>
  <Dob>2026-01-21T04:12:19.4037837+05:30</Dob>
  <Email>sample string 5</Email>
  <MobileNo>sample string 6</MobileNo>
  <Name>sample string 1</Name>
  <RangeandVarity>sample string 9</RangeandVarity>
  <ShoppingExperience>sample string 7</ShoppingExperience>
  <Spouse>sample string 2</Spouse>
  <StaffGesture>sample string 8</StaffGesture>
</ReviewRequest>

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.