diff --git a/LogisticsSupportTool_API_DOCS/bruno.json b/LogisticsSupportTool_API_DOCS/bruno.json index 2241750..2be1708 100644 --- a/LogisticsSupportTool_API_DOCS/bruno.json +++ b/LogisticsSupportTool_API_DOCS/bruno.json @@ -1,6 +1,6 @@ { "version": "1", - "name": "LogisticsSupportTool_API_DOCS", + "name": "lstv2", "type": "collection", "ignore": [ "node_modules", diff --git a/LogisticsSupportTool_API_DOCS/environments/lst.bru b/LogisticsSupportTool_API_DOCS/environments/lst.bru index 4ba2508..e0392e3 100644 --- a/LogisticsSupportTool_API_DOCS/environments/lst.bru +++ b/LogisticsSupportTool_API_DOCS/environments/lst.bru @@ -1,5 +1,5 @@ vars { - url: http://localhost:4200 + url: http://localhost:5500 session_cookie: urlv2: http://usbow1vms006:3000 jwtV2: diff --git a/LogisticsSupportTool_API_DOCS/logistics/bookout.bru b/LogisticsSupportTool_API_DOCS/logistics/bookout.bru new file mode 100644 index 0000000..6d550e9 --- /dev/null +++ b/LogisticsSupportTool_API_DOCS/logistics/bookout.bru @@ -0,0 +1,24 @@ +meta { + name: bookout + type: http + seq: 2 +} + +post { + url: {{url}}/lst/old/api/logistics/bookout + body: json + auth: none +} + +body:json { + { + + "runningNr": "1864553", + "reason": "30006" + } +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/LogisticsSupportTool_API_DOCS/logistics/folder.bru b/LogisticsSupportTool_API_DOCS/logistics/folder.bru new file mode 100644 index 0000000..5773e37 --- /dev/null +++ b/LogisticsSupportTool_API_DOCS/logistics/folder.bru @@ -0,0 +1,8 @@ +meta { + name: logistics + seq: 7 +} + +auth { + mode: inherit +} diff --git a/LogisticsSupportTool_API_DOCS/logistics/relocate.bru b/LogisticsSupportTool_API_DOCS/logistics/relocate.bru new file mode 100644 index 0000000..5d144a0 --- /dev/null +++ b/LogisticsSupportTool_API_DOCS/logistics/relocate.bru @@ -0,0 +1,24 @@ +meta { + name: relocate + type: http + seq: 1 +} + +post { + url: {{url}}/lst/old/api/logistics/relocate + body: json + auth: inherit +} + +body:json { + { + + "runningNr": "56121541", + "laneID": "30006" + } +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/LogisticsSupportTool_API_DOCS/logistics/removeAsWaste.bru b/LogisticsSupportTool_API_DOCS/logistics/removeAsWaste.bru new file mode 100644 index 0000000..ceb4aa5 --- /dev/null +++ b/LogisticsSupportTool_API_DOCS/logistics/removeAsWaste.bru @@ -0,0 +1,24 @@ +meta { + name: removeAsWaste + type: http + seq: 3 +} + +post { + url: {{url}}/lst/old/api/logistics/bookout + body: json + auth: none +} + +body:json { + { + + "runningNr": "1865027", + "reason": "packer printed premature" + } +} + +settings { + encodeUrl: true + timeout: 0 +}