POST api/reports/bms/comparation
Compare two files in BMS format sended with POST and return json format with the comparation result. Content type of the request body, must be set to multipart/form-data, indicating also the characters that formed the border of the parties with the field boundary.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Result of comparation in json format with two elements. Mime type of the comparation file and Base64Content with the comparation file in base64 format.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.