FUMResult Data Type

FUM Result Model

Properties
name data type description
status FUMResponseStatus FUM status
msg string FUM Message
filename string Optional new filename
mimetype string Optional new mimetype
url string Optional URL to download file contents (if FUM modified the file)

Example

{
  "status" : "POSTPONED",
  "msg" : "...",
  "filename" : "...",
  "mimetype" : "...",
  "url" : "..."
}