PartialSuccessResponseObject

PartialSuccessResponseObject
PartialSuccessResponseObject

Defines the properties of the partial success response.

JSON Example
{
    "failed": [
        {}
    ],
    "succeeded": [
        {}
    ]
}
array of object
failed
Optional

The entities for which the operation failed.

array of object
succeeded
Optional

The entities for which the operation is successful.