{"info":{"_postman_id":"e316406d-5690-49d5-a3ea-3d6fae995ffb","name":"Desafio Jitterbit","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"19756713","collectionId":"e316406d-5690-49d5-a3ea-3d6fae995ffb","publishedId":"2sBXcLhJJc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-03-09T15:47:53.000Z"},"item":[{"name":"Criar Pedido","id":"c99f7381-4476-41d7-89d4-f97ab46e4223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"numeroPedido\": \"v10089015vdb-03\",\r\n  \"valorTotal\": 30,\r\n  \"dataCriacao\": \"2023-07-19T12:24:11.5299601+00:00\",\r\n  \"items\": [\r\n    {\r\n      \"idItem\": \"2434\",\r\n      \"quantidadeItem\": 1,\r\n      \"valorItem\": 1000\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/order","urlObject":{"protocol":"http","port":"3000","path":["order"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c99f7381-4476-41d7-89d4-f97ab46e4223"},{"name":"Listar Pedidos","id":"f432ecca-8494-4c5f-8ba1-8fe4a84483f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"numeroPedido\": \"v10089015vdb-01\",\r\n  \"valorTotal\": 10000,\r\n  \"dataCriacao\": \"2023-07-19T12:24:11.5299601+00:00\",\r\n  \"items\": [\r\n    {\r\n      \"idItem\": \"2434\",\r\n      \"quantidadeItem\": 1,\r\n      \"valorItem\": 1000\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/order/list","urlObject":{"protocol":"http","port":"3000","path":["order","list"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f432ecca-8494-4c5f-8ba1-8fe4a84483f5"},{"name":"Buscar Pedido","id":"29bc7dbc-8e2d-4cc2-a01f-bd56821d2579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/order/v10089015vdb-01","urlObject":{"protocol":"http","port":"3000","path":["order","v10089015vdb-01"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"29bc7dbc-8e2d-4cc2-a01f-bd56821d2579"},{"name":"Atualizar Pedido","id":"e6604768-00be-4011-8f09-87f350d4e79f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"valorTotal\": 32,\r\n  \"items\": [\r\n    {\r\n      \"idItem\": \"2434\",\r\n      \"quantidadeItem\": 2,\r\n      \"valorItem\": 1500\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/order/v10089015vdb-01","urlObject":{"protocol":"http","port":"3000","path":["order","v10089015vdb-01"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6604768-00be-4011-8f09-87f350d4e79f"},{"name":"Deletar Pedido","id":"7509206a-8543-4954-83ee-0129c6001672","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/order/v10089015vdb-01","urlObject":{"protocol":"http","port":"3000","path":["order","v10089015vdb-01"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7509206a-8543-4954-83ee-0129c6001672"}]}