POST api/online/breeze/SaveChanges
Request Information
URI Parameters
None.
Body Parameters
None.
Request Formats
application/json, text/json
Sample:
Sample not available.
Response Information
Resource Description
None.
Response Formats
application/json, text/json
Sample:
{
"Entities": [
{
"$id": "2",
"$type": "System.Object, mscorlib"
},
{
"$id": "3",
"$type": "System.Object, mscorlib"
}
],
"KeyMappings": [
{
"$id": "4",
"$type": "Breeze.ContextProvider.KeyMapping, Breeze.ContextProvider",
"EntityTypeName": "sample string 1",
"TempValue": {
"$id": "5",
"$type": "System.Object, mscorlib"
},
"RealValue": {
"$id": "6",
"$type": "System.Object, mscorlib"
}
},
{
"$ref": "4"
}
],
"Errors": [
{
"$id": "7",
"$type": "System.Object, mscorlib"
},
{
"$id": "8",
"$type": "System.Object, mscorlib"
}
]
}