{ "info": { "name": "CompareDocumentOnline", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "auth": { "type": "oauth2", "oauth2": [ { "key": "clientSecret", "value": "{{CLIENT_SECRET}}", "type": "string" }, { "key": "clientId", "value": "{{CLIENT_ID}}", "type": "string" }, { "key": "addTokenTo", "value": "header", "type": "string" }, { "key": "client_authentication", "value": "body", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.aspose.cloud/connect/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" }, { "key": "tokenName", "value": "Access Token", "type": "string" } ] }, "item": [ { "name": "compareRequest", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ ], "body": { "mode": "formdata", "formdata": [ { "key": "Document", "type": "file", "src": "compareTestDoc1.doc" }, { "key": "CompareData", "type": "text", "value": "{\"Author\":\"author\",\"ComparingWithDocument\":\"TestCompareDocument2.doc\",\"DateTime\":\"2015-10-26T00:00:00Z\"}" }, { "key": "ComparingDocument", "type": "file", "src": "compareTestDoc2.doc" } ] }, "url": { "raw": "https://api.aspose.cloud/v4.0/words/online/put/compareDocument?destFileName=CompareDocumentOut.doc", "protocol": "https", "host": [ "api", "aspose", "cloud" ], "path": [ "v4.0", "words", "online", "put", "compareDocument" ], "query": [ { "key": "DestFileName", "value": "CompareDocumentOut.doc", "description": "" } ] } }, "response": [] } ], "variable": [ ] }