PartialSuccessResponseString

PartialSuccessResponseString
PartialSuccessResponseString

Defines the properties of the partial success response.

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

The entities for which the operation failed.

array of string
succeeded
Optional

The entities for which the operation is successful.