PUT api/Areas/Prices/Update

Request Information

URI Parameters

None.

Body Parameters

tblPrc
NameDescriptionTypeAdditional information
id

integer

None.

SupId

integer

None.

AreaId

integer

None.

Prc

decimal number

None.

Dist

integer

None.

VecId

integer

None.

Prd

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "SupId": 2,
  "AreaId": 3,
  "Prc": 4.1,
  "Dist": 5,
  "VecId": 6,
  "Prd": 7
}

application/xml, text/xml

Sample:
<tblPrc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classes">
  <AreaId>3</AreaId>
  <Dist>5</Dist>
  <Prc>4.1</Prc>
  <Prd>7</Prd>
  <SupId>2</SupId>
  <VecId>6</VecId>
  <id>1</id>
</tblPrc>

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.