This entity is used to represent a single item that is returned as part of a bulk request call.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Data |
AttendeeLinkBulkResponseItemJsonData | ✔️ | N/A | |
Status |
long | ✔️ | http status code representing processing status of a single item | 400 |
Message |
string | ➖ | Quick description of what happened with processing | Example error message. |
Request |
Dictionary<String, object> | ➖ | The processed request tied to this response. This field is only sent when processing fails. | { "operation": "PUT", "headers": { "header1": "header1Value", "header2": "header2Value" }, "queryParams": { "param1": "param1Value", "param2": "param2Value" } } |