| Field | Type | Required | Description |
|---|---|---|---|
HttpMeta |
HTTPMetadata | ✔️ | N/A |
ResponseJson |
Dictionary<String, object> | ➖ | Ok |
ResponseBinary |
byte[] | ➖ | Ok |
ResponsePdf |
byte[] | ➖ | Ok |
ResponseXml |
string | ➖ | Ok |
ResponseCsv |
string | ➖ | Ok |
ResponseText |
string | ➖ | Ok |
ErrorJson |
Dictionary<String, object> | ➖ | Proxy error |
ErrorXml |
string | ➖ | Proxy error |
ErrorHtml |
string | ➖ | Proxy error |
ErrorText |
string | ➖ | Proxy error |
Headers |
Dictionary<String, List<string>> | ✔️ | N/A |