POST api/MappingReview/ApproveRecord

Request Information

URI Parameters

None.

Body Parameters

ReviewerApprove
NameDescriptionTypeAdditional information
mappingKey

string

None.

reviewer

string

None.

approveValue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "mappingKey": "sample string 1",
  "reviewer": "sample string 2",
  "approveValue": "sample string 3"
}

application/xml, text/xml

Sample:
<ReviewerApprove xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OauthApi.Models">
  <approveValue>sample string 3</approveValue>
  <mappingKey>sample string 1</mappingKey>
  <reviewer>sample string 2</reviewer>
</ReviewerApprove>

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.