{ "opencollection": "1.0.0", "info": { "name": "Fixxbook.Bearer.Api.V1 AfterHours LocationSupply API", "version": "bearer.v1" }, "items": [ { "info": { "name": "LocationSupply", "type": "folder" }, "items": [ { "info": { "name": "GETv3_locationsupply?LocationId={LocationId}&TruckId={TruckId}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/locationsupply", "params": [ { "name": "locationId", "value": "", "type": "query" }, { "name": "truckId", "value": "", "type": "query" } ] } }, { "info": { "name": "POSTv3_locationsupply", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/locationsupply" } }, { "info": { "name": "PUTv3_locationsupply?LocationId={LocationId}&TruckId={TruckId}", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/locationsupply", "params": [ { "name": "locationId", "value": "", "type": "query" }, { "name": "truckId", "value": "", "type": "query" } ] } }, { "info": { "name": "DELETEv3_locationsupply?LocationId={LocationId}&TruckId={TruckId}", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/locationsupply", "params": [ { "name": "locationId", "value": "", "type": "query" }, { "name": "truckId", "value": "", "type": "query" } ] } } ] } ], "bundled": true }