POST api/Timber/GrabSizeNote
Request Information
URI Parameters
None.
Body Parameters
TimberSizeUpdateViewModel| Name | 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": "c14766f2-c779-48e2-8211-eef2cf014dcf",
"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>c14766f2-c779-48e2-8211-eef2cf014dcf</TimberId> <TimberSizeId>2</TimberSizeId> </TimberSizeUpdateViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.