Having an issue submitting JSON to an OData service. The $metadata indicates it expects this format:
<Property Name="curClaimValue" Type="Edm.Decimal" Nullable="true" Precision="19" Scale="4"/>
This snippet is from my JSON data:
..."curClaimValue":654321...
Encountering this error message:
Error processing request stream. Issue converting the value for property 'curClaimValue' in the request payload to type 'Decimal', which is the expected type.
If you require further details, please let me know.
Thank you, Stephen