POST api/BlastMessage/SaveChanges
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
Sample not available.
Response Information
Resource Description
SaveResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Entities | Collection of Object |
None. |
|
| KeyMappings | Collection of KeyMapping |
None. |
|
| DeletedKeys | Collection of EntityKey |
None. |
|
| Errors | Collection of Object |
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"
}
],
"DeletedKeys": [
{
"$id": "7",
"$type": "Breeze.ContextProvider.EntityKey, Breeze.ContextProvider",
"EntityTypeName": "sample string 1",
"KeyValue": {
"$id": "8",
"$type": "System.Object, mscorlib"
}
},
{
"$ref": "7"
}
],
"Errors": [
{
"$id": "9",
"$type": "System.Object, mscorlib"
},
{
"$id": "10",
"$type": "System.Object, mscorlib"
}
]
}