POST api/Timber/DeleteTimberSize

Request Information

URI Parameters

None.

Body Parameters

TimberSizeUpdateViewModel
NameDescriptionTypeAdditional information
TimberId

globally unique identifier

None.

TimberSizeId

integer

None.

ColumnName

string

None.

NewValue

string

None.

OldValue

string

None.

CostMethod

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "timberId": "bac83527-1d70-45d2-a1e1-789e96d3d4ac",
  "timberSizeId": 2,
  "columnName": "sample string 3",
  "newValue": "sample string 4",
  "oldValue": "sample string 5",
  "costMethod": 6
}

application/xml, text/xml

Sample:
<TimberSizeUpdateViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels">
  <ColumnName>sample string 3</ColumnName>
  <CostMethod>6</CostMethod>
  <NewValue>sample string 4</NewValue>
  <OldValue>sample string 5</OldValue>
  <TimberId>bac83527-1d70-45d2-a1e1-789e96d3d4ac</TimberId>
  <TimberSizeId>2</TimberSizeId>
</TimberSizeUpdateViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.