{ "opencollection": "1.0.0", "info": { "name": "MX Platform Fetch_tax_documents API", "version": "0.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Fetch_tax_documents", "type": "folder" }, "items": [ { "info": { "name": "Fetch Tax Documents", "type": "http" }, "http": { "method": "POST", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/fetch_tax_documents", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "Use this endpoint to fetch (aggregate) the tax documents associated with the specified member. This request **does not** return the latest tax documents. It just starts the document aggregation process and returns the initial state of the process. You must interact with the newly aggregated data using the other document endpoints in this reference. This request may also trigger multi-factor authentication which requires end-user input and a specific process for answering authentication challenge" } ] } ], "bundled": true }