Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value cannot be null. Parameter name: edmEntityObject #308

Open
dsaikishore opened this issue Nov 20, 2021 · 1 comment
Open

Value cannot be null. Parameter name: edmEntityObject #308

dsaikishore opened this issue Nov 20, 2021 · 1 comment

Comments

@dsaikishore
Copy link

When I try to create a Create a Derived Entity with the data given in Tripin Advanced Usages, am getting the following error.

{
"error": {
"code": "",
"message": "Value cannot be null.\r\nParameter name: edmEntityObject"
}
}

Data sent via postman:
header:
{
Content-Type: application/json
}
{
"@odata.type": "Microsoft.OData.Service.Sample.TrippinInMemory.Models.Manager",
"UserName": "mirsking",
"FirstName": "Mirs",
"LastName": "King",
"AddressInfo": [
{
"Address": "Microsoft",
"City": {
"Name": "Shanghai",
"CountryRegion": "China"
}
}],
"BossOffice":{
"Address": "Microsoft",
"City": {
"Name": "Shanghai",
"CountryRegion": "China"
}
},
"Budget": 100
}

Please advise what I am doing wrong.

@Hervao
Copy link

Hervao commented Oct 6, 2023

It looks there is very few support on Tripin tutorial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants