{"info":{"_postman_id":"de347e14-a1cd-4e29-ba60-0212322261a9","name":"Odoo V15 TiBillet module API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"17519122","collectionId":"de347e14-a1cd-4e29-ba60-0212322261a9","publishedId":"UVypzHCa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-03-30T11:08:38.000Z"},"item":[{"name":"Version LIST","event":[{"listen":"test","script":{"id":"cb9b2ca3-ceac-4a8a-a9e8-b325b83389b1","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","","pm.test(\"version is ?\", function () {","    var jsonData = pm.response.json();","    var result = jsonData.result","    pm.expect(result.server_version_info[0]).to.eql(15);","});"],"type":"text/javascript"}}],"id":"0b328899-7e62-4976-ba92-d1bb83d6db10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"params\": {}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8069/tibillet-api/common/version","urlObject":{"path":["tibillet-api","common","version"],"host":["http://localhost:8069"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b328899-7e62-4976-ba92-d1bb83d6db10"},{"name":"Login XMLRPC","event":[{"listen":"test","script":{"id":"c9da39b7-2db4-4661-90f5-ff57010258a1","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","    const jsonResponse = pm.response.json();","    const result = jsonResponse.result","    if (result.authentification == true){","        pm.collectionVariables.set(\"user_uid\", result.user_uid);","    };","});"],"type":"text/javascript"}}],"id":"87b5bd77-014c-4868-84c5-c4cc01f78c0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"params\": {\n        \"db\": \"tibillet\",\n        \"login\": \"jturbeaux@pm.me\",\n        \"apikey\": \"api_key\"\n}\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8069/tibillet-api/xmlrpc/login/","urlObject":{"path":["tibillet-api","xmlrpc","login",""],"host":["http://localhost:8069"],"query":[],"variable":[]}},"response":[],"_postman_id":"87b5bd77-014c-4868-84c5-c4cc01f78c0a"},{"name":"Nouvelle adhésion","event":[{"listen":"test","script":{"id":"c9da39b7-2db4-4661-90f5-ff57010258a1","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","    const jsonResponse = pm.response.json();","    const result = jsonResponse.result","    if (result.authentification == true){","        pm.collectionVariables.set(\"user_uid\", result.user_uid);","    };","});"],"type":"text/javascript"}}],"id":"5b4bb130-f150-4abb-a79e-afe192b1779c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"params\": {\n        \"db\": \"tibillet\",\n        \"login\": \"jturbeaux@pm.me\",\n        \"apikey\": \"api_key\",\n        \"create_invoice\": true,\n        \"set_payment\": true,\n        \"membre\": {\n            \"name\": \"Howard Labadie\",\n            \"email\": \"Trever.Hoppe@gmail.com\"\n        },\n        \"adhesion\": {\n            \"category\": \"Adhérant\",\n            \"product_name\": \"Adhésion\",\n            \"price_unit\": 12,\n            \"payment_method\": \"Caisse\",\n            \"datetime_str\": \"2022-06-10\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8069/tibillet-api/xmlrpc/new_membership/","urlObject":{"path":["tibillet-api","xmlrpc","new_membership",""],"host":["http://localhost:8069"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b4bb130-f150-4abb-a79e-afe192b1779c"}],"event":[{"listen":"prerequest","script":{"id":"29121fa9-c752-4330-9ae8-c5de2f01464b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5b9e30e3-8ace-4fba-a76c-0c2e3ca0bd4c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"serveur_odoo_url","value":"http://localhost:8069","type":"string"},{"key":"db","value":"tibillet","type":"string"},{"key":"login","value":"jturbeaux@pm.me","type":"string"},{"key":"password","value":"password","type":"string"},{"key":"api_key","value":"api_key","type":"string"},{"key":"user_uid","value":"<int>"}]}