trying to add an attachment via OData in a test environment with FSM6u6. I have encoded the binary file with base64 but I cannot seem to upload the file
URL - http://fsmURL//odata/attachment
parameter -
{
"attachment@odata.mediaEditLink":"encoded the binary file with base64",
"attachment_name":"testtwo.jpg",
"file_type":"image/jpeg"
}
refer the attach image for the output.
is it possible to attach encoded the binary file with base64 in FSM using the above mentioned API?