POST api/SetReview?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

Body Parameters

MDLSetReview
NameDescriptionTypeAdditional information
Id

integer

None.

SetId

integer

None.

Repair

integer

None.

Replacement

integer

None.

Labeling

integer

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SetId": 2,
  "Repair": 3,
  "Replacement": 4,
  "Labeling": 5,
  "UserId": 6
}

application/xml, text/xml

Sample:
<MDLSetReview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asanus.BarCon.Middleware.Shared">
  <Id>1</Id>
  <Labeling>5</Labeling>
  <Repair>3</Repair>
  <Replacement>4</Replacement>
  <SetId>2</SetId>
  <UserId>6</UserId>
</MDLSetReview>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.