{ "opencollection": "1.0.0", "info": { "name": "Picker Production Documentation accounting BookingIssues API", "version": "V1.0.0" }, "items": [ { "info": { "name": "BookingIssues", "type": "folder" }, "items": [ { "info": { "name": "get all booking issues", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/bookingIssues/getBookingIssues", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ] }, "docs": "get all booking issues" }, { "info": { "name": "add a new booking issue", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/bookingIssues/registerBookingIssue", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ] }, "docs": "add a new booking issue" } ] } ], "bundled": true }