Hello,
The documentation of GET sale/{id} states the following:
The individual {SuperOffice.Services88.SaleEntity.ExtraFields} and UserDefinedFields properties are deprecated in favor of this combined collection.
When I retreive an entity I get the following result:
{
...
UserDefinedFields: { 'SuperOffice:1': '[F:0]' },
ExtraFields: {},
CustomFields: {},
}
Is this a bug or am I doing something wrong?
Erik