How to get additional props by OData in 1C?

Viewed 82

I published Odata service and tried to get additional props by OData in 1C. For example, I create user-defined property to entities "Warehouses". Let's call this the space where users can move the warehouse area in square meters. But when I get Entity by REST client, the array of additional props is empty - []. How can I do this, and what could be the reason for the missing value?

1 Answers
Related