BatchResultItem
Result of a batch operation for a specific item.
Fields
Field | Description |
---|---|
id
int
|
The id of the item. Example value:1 |
msg
string
(required) |
Extra info Example value:"Invalid id" |
succeeded
bool
(required) |
Indicates if the operation succeeded for this item Example value:true |
Example
1{
2 "id": 1,
3 "msg": "Invalid id",
4 "succeeded": true
5}