Docs Menu
API Developer Guide / service / utils / getMultipart

Service: getMultipart

This service will internally a multipart request and return the data.

Input Parameter:

Name Type Description
fileData: byte array file content as byte array
fileName: String file location on server machine
inputStream: object InputStream of file
body: String file content as String

Output Parameter:

Name Type Description
*multiPart: object internal object as file output.