POST api/UOM/ConvertDepth

Request Information

URI Parameters

None.

Body Parameters

DepthBindingModel
NameDescriptionTypeAdditional information
UOMSetting

integer

None.

depthFriendly

string

None.

depthValue

decimal number

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "UOMSetting": 1,
  "depthFriendly": "sample string 2",
  "depthValue": 3.1
}

application/xml, text/xml

Sample:
<DepthBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iLevel.Vitruvius.VitruviusPubLib.BindingModels.UOM">
  <UOMSetting>1</UOMSetting>
  <depthFriendly>sample string 2</depthFriendly>
  <depthValue>3.1</depthValue>
</DepthBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.