{ "opencollection": "1.0.0", "info": { "name": "Avalara AvaTax Notifications API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Avalara DismissNotification", "type": "http" }, "http": { "method": "PUT", "url": "http://{{baseurl}}/api/v2/notifications/:id/dismiss", "headers": [ { "name": "X-Avalara-Client", "value": "AvaTax Postman Collection" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Marks the notification identified by this URL as dismissed.\n \nA notification is a message from Avalara that may have relevance to your business. You may want\nto regularly review notifications and then dismiss them when you are certain that you have addressed\nany relevant concerns raised by this notification.\n \nAn example of a notification would be a message about new software, or a change to AvaTax that may\naffect you, or a potential issue with your company's tax profile.\n" }, { "info": { "name": "Avalara GetNotification", "type": "http" }, "http": { "method": "GET", "url": "http://{{baseurl}}/api/v2/notifications/:id", "headers": [ { "name": "X-Avalara-Client", "value": "AvaTax Postman Collection" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a single notification by its unique ID number.\n \nA notification is a message from Avalara that may have relevance to your business. You may want\nto regularly review notifications and then dismiss them when you are certain that you have addressed\nany relevant concerns raised by this notification.\n \nAn example of a notification would be a message about new software, or a change to AvaTax that may\naffect you, or a potential issue with your company's tax profile.\n\n###" }, { "info": { "name": "Avalara ListNotifications", "type": "http" }, "http": { "method": "GET", "url": "http://{{baseurl}}/api/v2/notifications", "headers": [ { "name": "X-Avalara-Client", "value": "AvaTax Postman Collection" } ] }, "docs": "List all notifications.\n \nA notification is a message from Avalara that may have relevance to your business. You may want\nto regularly review notifications and then dismiss them when you are certain that you have addressed\nany relevant concerns raised by this notification.\n \nAn example of a notification would be a message about new software, or a change to AvaTax that may\naffect you, or a potential issue with your company's tax profile.\n \nYou may search for spec" } ] } ], "bundled": true }