Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1023 Bytes

DataPassthroughRequest.md

File metadata and controls

16 lines (12 loc) · 1023 Bytes

MergeTicketingApi.DataPassthroughRequest

Properties

Name Type Description Notes
method MethodEnum
path String
base_url_override String [optional]
data String [optional]
multipart_form_data [MultipartFormFieldRequest] Pass an array of `MultipartFormField` objects in here instead of using the `data` param if `request_format` is set to `MULTIPART`. [optional]
headers {String: Object} The headers to use for the request (Merge will handle the account's authorization headers). `Content-Type` header is required for passthrough. Choose content type corresponding to expected format of receiving server. [optional]
request_format RequestFormatEnum [optional]
normalize_response Boolean [optional]