POST api/UOM/FormatLength
Request Information
URI Parameters
None.
Body Parameters
FormatInputBindlingModelName | Description | Type | Additional information |
---|---|---|---|
UOMSetting | integer |
None. |
|
inputValue | string |
None. |
|
numericValue | decimal number |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{ "UOMSetting": 1, "inputValue": "sample string 2", "numericValue": 3.1 }
application/xml, text/xml
Sample:
<FormatInputBindlingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iLevel.Vitruvius.VitruviusPubLib.BindingModels.UOM"> <UOMSetting>1</UOMSetting> <inputValue>sample string 2</inputValue> <numericValue>3.1</numericValue> </FormatInputBindlingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |