{ "opencollection": "1.0.0", "info": { "name": "Fortnox REST API (Representative Subset) Accounts Orders API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "Access-Token", "value": "{{Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "List orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.fortnox.se/3/orders", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results." }, { "name": "limit", "value": "", "type": "query", "description": "Number of records per page (max 500)." } ] }, "docs": "List orders" }, { "info": { "name": "Create an order", "type": "http" }, "http": { "method": "POST", "url": "https://api.fortnox.se/3/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Create an order" }, { "info": { "name": "Retrieve an order", "type": "http" }, "http": { "method": "GET", "url": "https://api.fortnox.se/3/orders/:DocumentNumber", "params": [ { "name": "DocumentNumber", "value": "", "type": "path", "description": "The document number identifying the invoice/order/offer." } ] }, "docs": "Retrieve an order" }, { "info": { "name": "Update an order", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fortnox.se/3/orders/:DocumentNumber", "params": [ { "name": "DocumentNumber", "value": "", "type": "path", "description": "The document number identifying the invoice/order/offer." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an order" } ] } ], "bundled": true }