POST api/Timber/UpdateTimberSizeCost
Request Information
URI Parameters
None.
Body Parameters
TimberSizeUpdateViewModelName | Description | Type | Additional 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": "d5e37e6d-9d7d-4005-a8ba-57237c1feb7a", "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>d5e37e6d-9d7d-4005-a8ba-57237c1feb7a</TimberId> <TimberSizeId>2</TimberSizeId> </TimberSizeUpdateViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.