Retrieve a localized description of a cost object.

GET {{baseUrl}}/CostObject(ID='{{ID}}',type={{type}})/localized?$select=description,description

Request Params

KeyDatatypeRequiredDescription
$selectstringSelect properties to be returned, see Select

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"locale":"\u003cstring\u003e","ID":"\u003cstring\u003e","type":"\u003cinteger\u003e","description":"\u003cstring\u003e"}