Hello, I am using Odata Get & Post request. In the post operation for multiple entries I get below error: {"error":{"code":"422","message":"Validation failed","details":[{"code":"VE001","target":"value","message":"A navigation property object should have an @id property with an entity referenceA navigation property object should have an @id property with an entity referenceA navigation property object should have an @id property with an entity referenceA navigation property object should have an @id property with an entity reference"}]}} The same (see below) json works for single post operation. May I know the format for Odata POST operation having multiple entries.? { "User": "1@gmail.com", "Cc": "120-6110", "Active": "true" } I am using Autonumber as id for the above entity.