Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 4.97 KB

File metadata and controls

13 lines (9 loc) · 4.97 KB

AttendeeLinkBulkResponseItemJson

This entity is used to represent a single item that is returned as part of a bulk request call.

Fields

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"
}
}