{ "opencollection": "1.0.0", "info": { "name": "Magaya API (Modeled) Invoices Transactions API", "version": "0.1-modeled" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List transactions", "type": "http" }, "http": { "method": "GET", "url": "https://SYSTEMID.magayacloud.com/api/transactions", "params": [ { "name": "type", "value": "", "type": "query", "description": "The Magaya transaction type to filter on." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return." }, { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip for pagination." } ] }, "docs": "Lists Magaya transaction documents (pickup orders, bookings, quotations, sales orders, purchase orders, cargo releases, and other dated transactions). Filter by type." }, { "info": { "name": "Retrieve a transaction", "type": "http" }, "http": { "method": "GET", "url": "https://SYSTEMID.magayacloud.com/api/transactions/:guid", "params": [ { "name": "guid", "value": "", "type": "path", "description": "The Magaya object GUID identifying the record." } ] }, "docs": "Retrieve a transaction" } ] } ], "bundled": true }