POST api/portal/GetStaticConfiguration
Returns (relatively) static, cacheable configuration information.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PortalStaticConfigurationResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LengthUnits |
The units used by Havenstar to record one-dimensional size, such as boat length/beam/draft and berth length/width/depth. |
LengthUnits |
None. |
Response Formats
application/json, text/json
Sample:
{
"lengthUnits": 1
}
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="LengthUnits" METRES --MultipartDataMediaFormatterBoundary1q2w3e--