POST api/PoctLogin/ReviewUpdate

Request Information

URI Parameters

None.

Body Parameters

ReviewUpdate
NameDescriptionTypeAdditional information
Sn

integer

None.

ReviewName

string

None.

ReviewStar

integer

None.

Category

string

None.

Title

string

None.

Publish

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "Sn": 1,
  "ReviewName": "sample string 2",
  "ReviewStar": 3,
  "Category": "sample string 4",
  "Title": "sample string 5",
  "Publish": "sample string 6"
}

application/xml, text/xml

Sample:
<Login.ReviewUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models">
  <Category>sample string 4</Category>
  <Publish>sample string 6</Publish>
  <ReviewName>sample string 2</ReviewName>
  <ReviewStar>3</ReviewStar>
  <Sn>1</Sn>
  <Title>sample string 5</Title>
</Login.ReviewUpdate>

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, text/html

Sample:

Sample not available.