{"info":{"_postman_id":"19505456-e7d7-4bbe-8cb9-35f9b3951eff","name":"Magento 2 Loan Credit","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"20561050","collectionId":"19505456-e7d7-4bbe-8cb9-35f9b3951eff","publishedId":"2sAXxTcWRx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-15T06:36:11.000Z"},"item":[{"name":"REST API","item":[{"name":"Set Loancredit","id":"d0307dbd-9dac-4fca-a658-b5a8a1354c8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"customerId\": 1,\n  \"amount\": 10,\n  \"message\": \"This is testing purpose...\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}rest/all/V1/customer/setcredit","urlObject":{"path":["all","V1","customer","setcredit"],"host":["{{baseurl}}rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0307dbd-9dac-4fca-a658-b5a8a1354c8b"},{"name":"Get Loancredit","id":"fcf54fa4-42ca-4fb4-9c41-4795b2e6b3a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"customerId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/rest/all/V1/customer/getcredit","urlObject":{"path":["rest","all","V1","customer","getcredit"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcf54fa4-42ca-4fb4-9c41-4795b2e6b3a7"}],"id":"fd870724-9401-4073-ae4e-028eb2bf2195","_postman_id":"fd870724-9401-4073-ae4e-028eb2bf2195","description":""},{"name":"GraphQL API","item":[{"name":"Set Loancredit","id":"fd33ae07-6f6b-400b-9dbc-54edb2be87de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    Setcustomercredit(input: {\n    customerId:1\n    amount:10\n    message:\"This is test purpose api.\"}\n    )\n    {\n       status\n       message\n    }\n}","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd33ae07-6f6b-400b-9dbc-54edb2be87de"},{"name":"Get Loancredit","id":"3b34a939-4f60-4fd2-a590-1e94f8d2c9ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    Getcustomercredit(input: {\n    customerId:1}\n    )\n    {\n       status\n       message\n    }\n}","variables":""}},"url":"{{baseurl}}/graphql","urlObject":{"path":["graphql"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b34a939-4f60-4fd2-a590-1e94f8d2c9ee"}],"id":"2f869412-0002-4149-9c5f-80b205eeb591","_postman_id":"2f869412-0002-4149-9c5f-80b205eeb591","description":""}]}