Retrieve a localized descripton of a recalculation method.
GET {{baseUrl}}/RecalculationMethod({{code}})/localized?$select=description,description
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$select | string | Select properties to be returned, see Select |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"locale":"\u003cstring\u003e","code":3,"description":"\u003cstring\u003e"}