{"info":{"_postman_id":"c1c4336b-7b60-480c-b748-07f910d5d4a7","name":"Shop","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"15160156","collectionId":"c1c4336b-7b60-480c-b748-07f910d5d4a7","publishedId":"UVRDEk9F","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-12-22T15:11:56.000Z"},"item":[{"name":"Paiement","event":[{"listen":"prerequest","script":{"id":"dc08aa63-415b-4264-a731-7cb6241f2ace","exec":["let key = pm.globals.get(\"accessToken\");\r","pm.request.headers.add({ key: \"x-access-token\", value: key});"],"type":"text/javascript"}}],"id":"4054f396-3973-4260-960d-34cf396c0b60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n      \"token\": \"\",\r\n      \"product\": {\r\n        \"title\": \"\",\r\n        \"currency\": CURRENCY,\r\n        \"price\": fromEuroToCent(amount)\r\n      }\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.checkpcs.com/api/shop/payment","urlObject":{"protocol":"https","path":["api","shop","payment"],"host":["www","checkpcs","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4054f396-3973-4260-960d-34cf396c0b60"},{"name":"New Order","event":[{"listen":"prerequest","script":{"id":"5fa9cf83-368a-41ae-a36b-d7a1e8bf8cb7","exec":["let key = pm.globals.get(\"accessToken\");\r","pm.request.headers.add({ key: \"x-access-token\", value: key});"],"type":"text/javascript"}}],"id":"28e1f444-cfd8-4444-802f-d1fe1022b086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"idUser\": 1,\r\n    \"prix\": 60,\r\n    \"type\": \"Pro\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://www.checkpcs.com/api/shop/NewOrder","description":"<p>Cette api permet d'enregistrer une commande qu'effectue un client.</p>\n<p>Body :</p>\n<ul>\n<li>idUser : qui correspond à l'id du user</li>\n<li>prix : qui correspond au prix payer par le client</li>\n<li>type : le type d'achat</li>\n</ul>\n<p>Réponse :</p>\n<ul>\n<li>produitid : qui correspond à l'id du produit</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","shop","NewOrder"],"host":["www","checkpcs","com"],"query":[],"variable":[]}},"response":[{"id":"6c3a6eee-b730-4a1e-bc05-f4cb97a7557a","name":"New Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"idUser\": 1,\r\n    \"prix\": 60,\r\n    \"type\": \"Pro\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://www.checkpcs.com/api/shop/NewOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Wed, 22 Dec 2021 14:56:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"f-efsSoUHX5bU9pEkDvO+rQIttWUM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"produitid\": 2\n}"}],"_postman_id":"28e1f444-cfd8-4444-802f-d1fe1022b086"}]}