{"info":{"_postman_id":"59d2cd9b-5f93-41fd-a3ca-65cdd8cc1c57","name":"PizzaMart","description":"<html><head></head><body><p>Simple Pizza Ordering Service</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10026788","collectionId":"59d2cd9b-5f93-41fd-a3ca-65cdd8cc1c57","publishedId":"TzRNDpAV","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-05-04T01:51:58.000Z"},"item":[{"name":"API root","item":[{"name":"API root","id":"4e55a09f-1320-4697-a97f-8f5afea3b0cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"0.0.0.0:8000/api/","urlObject":{"port":"8000","path":["api",""],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e55a09f-1320-4697-a97f-8f5afea3b0cb"}],"id":"45c89ded-9efa-43f0-811a-4c11a6e6f7c4","_postman_id":"45c89ded-9efa-43f0-811a-4c11a6e6f7c4","description":""},{"name":"Customers","item":[{"name":"Add a Customer","id":"550fd87b-dab5-4691-ac7b-c15892f587b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"full_name\": \"James Olajuwon Bond\",\n    \"address\": \"M16 Building, England\",\n    \"phone\": \"+234702388411\",\n    \"email\": \"james@007.com\"\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:8000/api/customers/","urlObject":{"port":"8000","path":["api","customers",""],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"550fd87b-dab5-4691-ac7b-c15892f587b3"},{"name":"List Customers","id":"ec42b90c-e4e7-4e6e-a2e8-83a32fd56104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:8000/api/customers/","urlObject":{"port":"8000","path":["api","customers",""],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec42b90c-e4e7-4e6e-a2e8-83a32fd56104"},{"name":"Get a Customer","id":"781ff5f8-bf00-40bd-b77f-1fe8c86e3afe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:8000/api/customers/11/","urlObject":{"port":"8000","path":["api","customers","11",""],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"781ff5f8-bf00-40bd-b77f-1fe8c86e3afe"},{"name":"Update a Customer","id":"f7b17341-e2d8-4563-b7fc-0112349bcf4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"full_name\": \"James Abdulmalik Bond\",\n    \"address\": \"M16 Building, England\",\n    \"phone\": \"+234702388411\",\n    \"email\": \"james@007.com\"\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:8000/api/customers/13/","urlObject":{"port":"8000","path":["api","customers","13",""],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7b17341-e2d8-4563-b7fc-0112349bcf4b"},{"name":"Partial Update a Customer","id":"d4f77a58-e1d3-4f21-ad8b-2f122b9cc5cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"full_name\": \"James Oluwasegun Bond\"\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:8000/api/customers/2/","urlObject":{"port":"8000","path":["api","customers","2",""],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4f77a58-e1d3-4f21-ad8b-2f122b9cc5cc"},{"name":"Remove a Customer","id":"82b5e97e-8ab2-403e-9afd-4a11bb190964","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:8000/api/customers/3/","urlObject":{"port":"8000","path":["api","customers","3",""],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"82b5e97e-8ab2-403e-9afd-4a11bb190964"}],"id":"bf874dcc-1a18-478e-8343-7d7d03880fd7","_postman_id":"bf874dcc-1a18-478e-8343-7d7d03880fd7","description":""},{"name":"Orders","item":[{"name":"Create Order","id":"9fa046e5-e869-4132-98f7-e4faa4a8abcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer\": 4,\n    \"flavour\": \"MARGARITA\",\n    \"size\": \"SMALL\",\n    \"count\": 2\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:8000/api/orders/","urlObject":{"port":"8000","path":["api","orders",""],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fa046e5-e869-4132-98f7-e4faa4a8abcc"},{"name":"Create Multiple Orders","id":"619c341a-0848-45d5-94bb-a2e6b177bb7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n            \"customer\": 11,\n            \"flavour\": \"MARGARITA\",\n            \"sizes\": [\n                {\n                    \"size\": \"SMALL\",\n                    \"count\": 2\n                },\n                {\n                    \"size\": \"LARGE\",\n                    \"count\": 5\n                },\n                {\n                    \"size\": \"MEDIUM\",\n                    \"count\": 1\n                }\n            ]\n        }","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:8000/api/orders/","urlObject":{"port":"8000","path":["api","orders",""],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"619c341a-0848-45d5-94bb-a2e6b177bb7a"},{"name":"Orders List","id":"d9e4e20e-57f1-44fb-84fd-6e5c4aa863f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:8000/api/orders-list/","urlObject":{"port":"8000","path":["api","orders-list",""],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9e4e20e-57f1-44fb-84fd-6e5c4aa863f1"},{"name":"Sort Order by customer and order_status","id":"88d73b67-c107-4c68-a475-dfe9eceeb113","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"0.0.0.0:8000/api/orders-list/?customer=4&order_status=RECIEVED","urlObject":{"port":"8000","path":["api","orders-list",""],"host":["0","0","0","0"],"query":[{"key":"customer","value":"4"},{"key":"order_status","value":"RECIEVED"}],"variable":[]}},"response":[],"_postman_id":"88d73b67-c107-4c68-a475-dfe9eceeb113"},{"name":"Get Order by id","id":"122b63e9-e3a6-4978-b580-fff7dd87a878","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"0.0.0.0:8000/api/orders/19/","urlObject":{"port":"8000","path":["api","orders","19",""],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"122b63e9-e3a6-4978-b580-fff7dd87a878"},{"name":"Update Order","id":"04d753bc-7b2b-4ddf-ae1a-b12e04886648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"customer\": 4,\n    \"flavour\": \"MARGARITA\",\n    \"size\": \"SMALL\",\n    \"count\": 3\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:8000/api/orders/19/","urlObject":{"port":"8000","path":["api","orders","19",""],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"04d753bc-7b2b-4ddf-ae1a-b12e04886648"},{"name":"Partial Update","id":"f7c6ba14-841b-454a-b493-58756f1b3116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"order_status\": \"TRANSIT\"\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:8000/api/orders/19/","urlObject":{"port":"8000","path":["api","orders","19",""],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7c6ba14-841b-454a-b493-58756f1b3116"},{"name":"Get Order Delivery Status","id":"3dcd9ad2-3d36-4239-ad06-70d8c78870a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:8000/api/orders/19/status/","urlObject":{"port":"8000","path":["api","orders","19","status",""],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"3dcd9ad2-3d36-4239-ad06-70d8c78870a5"},{"name":"Delete Order","id":"8b691663-6eb3-43a2-be8c-b8337406a764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:8000/api/orders/16/","urlObject":{"port":"8000","path":["api","orders","16",""],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b691663-6eb3-43a2-be8c-b8337406a764"}],"id":"d5b47ac1-26d9-46fb-b485-bd8568467e4a","_postman_id":"d5b47ac1-26d9-46fb-b485-bd8568467e4a","description":""}]}