POST api/Timber/GrabSizeNote
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": "a7e65c4b-4c61-479e-9230-b645aa7bcebe", "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>a7e65c4b-4c61-479e-9230-b645aa7bcebe</TimberId> <TimberSizeId>2</TimberSizeId> </TimberSizeUpdateViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.