Relative Content

Tag Archive for asp.netjsonentity-framework-coregetpostman

The x field is required error in EFCore requests

If got an Controller-Endpoint expecting a Dto containing just a list of Ids to fetch this specific list of IDs. When sending the following request to the endpoint, it returns an error “the idList field is required”, although I tried sending it multiple ways.