Use this web service to archive the extraction of receipts made by a printer in a day, it's necessary to make a POST call, passing a file as multipart form data.The file is saved as is, it is recommended to pass compressed files to optimize the upoload and the storage.The web service response will be composed of:
success: Boolean that indicated wether the request was successful or not
code : HTTP Code for the response
200 means the request was correctly processed
400 means that the request body is invalid or contains syntax errors
500 means a server error has happened
message: response message for the request (e.g. "Insertion successful" or "Missing required parameter")
Required request parameter are:
entityCode: the enty code (e.g. 210)
branchCode: the branch code (e.g. 1001)
registerCode: the register or printer code (e.g. 1)
salesDate: the sales archive date, in format yyyy-MM-dd (e.g. 2020-03-31)