We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
It looks there is very few support on Tripin tutorial.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: