{ "info": { "_postman_id": "928e9091-5beb-429c-b06d-61d3c43622fd", "name": "Customer Registration to TPA", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Update Status", "request": { "method": "POST", "header": [ { "key": "msgid", "value": " tpa023", "type": "text" }, { "key": "Content-Type", "value": " application/json", "type": "text" }, { "key": "X-IBM-Client-Id", "value": "{{Client_Id}}", "type": "default" }, { "key": "X-IBM-Client-Secret", "value": "{{Client_Secret}}", "type": "default" } ], "body": { "mode": "raw", "raw": "{\r\n \"status\": \"REG\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{url}}/v1/customers/UUID:7C404E9E28204B4E9DB87B6C53FDB575/tpa_registration_status", "host": [ "{{url}}" ], "path": [ "v1", "customers", "UUID:7C404E9E28204B4E9DB87B6C53FDB575", "tpa_registration_status" ] } }, "response": [] }, { "name": "Update Status CustId Not Found", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": " {{basic_auth}}", "type": "text" }, { "key": "msgid", "value": " 123", "type": "text" }, { "key": "Content-Type", "value": " application/json", "type": "text" }, { "key": "X-IBM-Client-Id", "value": "{{Client_Id}}", "type": "default" }, { "key": "X-IBM-Client-Secret", "value": "{{Client_Secret}}", "type": "default" } ], "body": { "mode": "raw", "raw": "{\r\n \"status\": \"DRG\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{url}}/v1/customers/Account_ID:9876543212350x/tpa_registration_status", "host": [ "{{url}}" ], "path": [ "v1", "customers", "Account_ID:9876543212350x", "tpa_registration_status" ] } }, "response": [] } ] }