{"info":{"_postman_id":"76c5e865-6ec6-494f-a1d4-f6ea0019e481","name":"Truck-Api-prod","description":"<html><head></head><body><p>service for parcel company. you can create trucks and load and unload it with parcels as requested. you can get the number of parcels in each truck and the weight of the truck, each parcel can have a different weight it should be defined when it is created.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15215271","collectionId":"76c5e865-6ec6-494f-a1d4-f6ea0019e481","publishedId":"2s9YJXaktp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-09-27T00:29:07.000Z"},"item":[{"name":"Create-Truck","id":"61d34d43-1818-4a1e-8ef0-3b76d567ae9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"name\": \"truck\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sq6a8fr340.execute-api.us-west-2.amazonaws.com/truck","urlObject":{"path":["truck"],"host":["https://sq6a8fr340.execute-api.us-west-2.amazonaws.com"],"query":[],"variable":[]}},"response":[{"id":"2972a715-e72d-4aec-a08e-8f9938e04a87","name":"Create-Truck","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"name\": \"truck\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sq6a8fr340.execute-api.us-west-2.amazonaws.com/truck"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Feb 2022 12:15:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-methods","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"OQJxghXevHcEJuA="}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"truck\",\n    \"parcels\": [],\n    \"parcelsNumber\": 0,\n    \"weight\": 0,\n    \"truckID\": \"a4a57a0b-8f32-4f9b-95d4-0f8b26bd2ef7\"\n}"}],"_postman_id":"61d34d43-1818-4a1e-8ef0-3b76d567ae9e"},{"name":"Get All trucks-prod","id":"3a6fcaa5-f7e2-4341-b974-aadf8a4e3e4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sq6a8fr340.execute-api.us-west-2.amazonaws.com/trucks","urlObject":{"path":["trucks"],"host":["https://sq6a8fr340.execute-api.us-west-2.amazonaws.com"],"query":[],"variable":[]}},"response":[{"id":"8e93e493-d212-46b0-b057-790e60f893e4","name":"Get All trucks-prod","originalRequest":{"method":"GET","header":[],"url":"https://sq6a8fr340.execute-api.us-west-2.amazonaws.com/trucks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Feb 2022 12:15:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"308"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-methods","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"OQJ3liybvHcEJsA="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"truckID\": \"99e25654-21cf-4998-93b2-ab46de8c250b\",\n        \"name\": \"truck\",\n        \"parcelsNumber\": 3,\n        \"weight\": 100,\n        \"parcels\": [\n            {\n                \"name\": \"parcel\",\n                \"weight\": 50\n            },\n            {\n                \"name\": \"parcel\",\n                \"weight\": 30\n            },\n            {\n                \"name\": \"parcel\",\n                \"weight\": 20\n            }\n        ]\n    },\n    {\n        \"truckID\": \"a4a57a0b-8f32-4f9b-95d4-0f8b26bd2ef7\",\n        \"name\": \"truck\",\n        \"parcelsNumber\": 0,\n        \"weight\": 0,\n        \"parcels\": []\n    }\n]"}],"_postman_id":"3a6fcaa5-f7e2-4341-b974-aadf8a4e3e4c"},{"name":"Get Truck by Id","id":"0d504af3-aa06-41fc-a366-e7b52b830297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sq6a8fr340.execute-api.us-west-2.amazonaws.com/truck/{id}","urlObject":{"path":["truck","{id}"],"host":["https://sq6a8fr340.execute-api.us-west-2.amazonaws.com"],"query":[],"variable":[]}},"response":[{"id":"86cd6f7c-00d0-4af8-a4ec-90a90feb5914","name":"Get Truck by Id","originalRequest":{"method":"GET","header":[],"url":"https://sq6a8fr340.execute-api.us-west-2.amazonaws.com/truck/a4a57a0b-8f32-4f9b-95d4-0f8b26bd2ef7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Feb 2022 12:16:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"*"},{"key":"Apigw-Requestid","value":"OQJ7Wj6evHcEJGA="}],"cookie":[],"responseTime":null,"body":"{\n    \"truckID\": \"a4a57a0b-8f32-4f9b-95d4-0f8b26bd2ef7\",\n    \"name\": \"truck\",\n    \"parcelsNumber\": 0,\n    \"weight\": 0,\n    \"parcels\": []\n}"}],"_postman_id":"0d504af3-aa06-41fc-a366-e7b52b830297"},{"name":"Load truck","id":"afa5460f-790f-4c91-baa6-9626215c2501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"parcels\" : [\r\n    {\"name\" : \"parcel\", \"weight\" : 50}\r\n]}","options":{"raw":{"language":"json"}}},"url":"https://sq6a8fr340.execute-api.us-west-2.amazonaws.com/truck/load/{id}","urlObject":{"path":["truck","load","{id}"],"host":["https://sq6a8fr340.execute-api.us-west-2.amazonaws.com"],"query":[],"variable":[]}},"response":[{"id":"f024b4cb-aff2-44f8-95c6-2db7e95ca219","name":"Load truck","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"parcels\" : [\r\n    {\"name\" : \"parcel\", \"weight\" : 50}\r\n]}","options":{"raw":{"language":"json"}}},"url":"https://sq6a8fr340.execute-api.us-west-2.amazonaws.com/truck/load/a4a57a0b-8f32-4f9b-95d4-0f8b26bd2ef7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Feb 2022 12:16:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"137"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-methods","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"OQJ9eiK3PHcEJwQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"truckID\": \"a4a57a0b-8f32-4f9b-95d4-0f8b26bd2ef7\",\n    \"name\": \"truck\",\n    \"parcelsNumber\": 1,\n    \"weight\": 50,\n    \"parcels\": [\n        {\n            \"name\": \"parcel\",\n            \"weight\": 50\n        }\n    ]\n}"}],"_postman_id":"afa5460f-790f-4c91-baa6-9626215c2501"},{"name":"unload Trucks","id":"58c97044-c00c-4bc6-a2a9-62c94223f6c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://sq6a8fr340.execute-api.us-west-2.amazonaws.com/truck/unload/{id}","urlObject":{"path":["truck","unload","{id}"],"host":["https://sq6a8fr340.execute-api.us-west-2.amazonaws.com"],"query":[],"variable":[]}},"response":[{"id":"a31d1225-7a1f-4fdc-a50a-3ba9533cbf8f","name":"unload Trucks","originalRequest":{"method":"PUT","header":[],"url":"https://sq6a8fr340.execute-api.us-west-2.amazonaws.com/truck/unload/a4a57a0b-8f32-4f9b-95d4-0f8b26bd2ef7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Feb 2022 12:17:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-methods","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"OQKDCjhcPHcEJBQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"truckID\": \"a4a57a0b-8f32-4f9b-95d4-0f8b26bd2ef7\",\n    \"name\": \"truck\",\n    \"parcelsNumber\": 0,\n    \"weight\": 0,\n    \"parcels\": []\n}"}],"_postman_id":"58c97044-c00c-4bc6-a2a9-62c94223f6c0"},{"name":"delete truck","id":"abbbd100-649f-4de9-8c2b-43eb9cdd7fec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://sq6a8fr340.execute-api.us-west-2.amazonaws.com/truck/{id}","urlObject":{"path":["truck","{id}"],"host":["https://sq6a8fr340.execute-api.us-west-2.amazonaws.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"abbbd100-649f-4de9-8c2b-43eb9cdd7fec"}],"event":[{"listen":"prerequest","script":{"id":"90c9b091-1fab-416a-86d0-384e1eba30e2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"da71aaf7-f302-4cf9-b4b8-7f6390aaeefa","type":"text/javascript","exec":[""]}}],"variable":[{"id":"a1dad03f-d662-4b98-b39b-4480ba5a63ec","key":"baseUrl","value":"https://sq6a8fr340.execute-api.us-west-2.amazonaws.com","type":"string"},{"id":"70a29db3-2939-41b3-9186-9883e07e2426","key":"devUrl","value":" http://localhost:3000","type":"string"}]}