cnolewajka
cnolewajka
I found a way to resolve the Decimal case, this should be configured in the JSON deserializer settings: nJsonApiConfig.GetJsonSerializerSettings().FloatParseHandling = Newtonsoft.Json.FloatParseHandling.Decimal; It looks more like a workaround as it seems...
I think this is related to the type conversions on POST/PATCH. The Delta object key/value pairs have wrong typed values for given properties. For instance, long (for an int in...
Thanks for extensive reply. Let's concentrate on the GET first. I would like to consider this scenarios: - we have multiple relationships, and fetching/creating them all, might be creating unnecessary...