Description
This method will attach a file to an existing receipt (purchase invoice) for the specified receipt number.Parameters
IN
ReceiptNo
Integer
Integer
An integer value representing the receipt no.
IN
Base64String
String
String
A base64 encoded string of the file to be attached.
IN
ContentType
String
String
The content type of the file to be attached.
e.g. “plain/text“
e.g. “plain/text“
IN
Filename
String
String
The name and extension of the file to be attached.
IN
FileExtension
String
String
The extension of the file to be attached.
e.g. “txt” or “pdf“
e.g. “txt” or “pdf“
IN
FileSize
String
String
The size of the file in bytes.
e.g. “510“
e.g. “510“