9.42.3.4 MultipartSegment

The MultipartSegment UDR is used when sending requests containing multiple types of content, or when the content has been split up in multiple parts.
 

The following fields are included in the MultipartSegment UDR:

FieldDescription
content (bytearray)The body of the message.
contentType (string)The type of the content, for example "multipart/form-data", "multipart/mixed", etc.

filename (string)

The actual file name, for example "img.jpg".

name (string)

An informal name of the file, for example "myFile".