{ "info": { "_postman_id": "0bad03a0-3df2-4cb9-8865-d45e30719928", "name": "Sandbox_Partner_Beneficiary", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "GetBeneficiaryById", "request": { "auth": { "type": "noauth" }, "method": "GET", "header": [ { "key": "MsgId", "value": "test08", "type": "text" }, { "key": "X-IBM-Client-Id", "value": "{{client_id}}", "type": "text" }, { "key": "Authorization", "value": "Bearer {{token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{url}}/v2/customers/{{cust_id_type}}:{{cust_id}}/beneficiaries/{{beneficiary_id}}", "host": [ "{{url}}" ], "path": [ "v2", "customers", "{{cust_id_type}}:{{cust_id}}", "beneficiaries", "{{beneficiary_id}}" ] } }, "response": [] }, { "name": "GetBeneficiaries", "request": { "auth": { "type": "noauth" }, "method": "GET", "header": [ { "key": "MsgId", "value": "test08", "type": "text" }, { "key": "X-IBM-Client-Id", "value": "{{client_id}}", "type": "text" }, { "key": "Authorization", "value": "Bearer {{token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{url}}/v2/customers/{{cust_id_type}}:{{cust_id}}/beneficiaries", "host": [ "{{url}}" ], "path": [ "v2", "customers", "{{cust_id_type}}:{{cust_id}}", "beneficiaries" ] } }, "response": [] }, { "name": "CreateBeneficiary", "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "MsgId", "value": "test06", "type": "text" }, { "key": "X-IBM-Client-Id", "value": "{{client_id}}", "type": "text" }, { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" }, { "warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.", "key": "Authorization", "value": "Bearer {{token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"first_name\": \"Jane\",\r\n \"last_name\": \"Doe\",\r\n \"transfer_type\": \"OutsideUAE\",\r\n \"address\": {\r\n \"country\": \"IN\"\r\n },\r\n \"other_bank_country\": \"IN\",\r\n \"identifier_code1\": \"ICIC0000570\",\r\n \"other_account_id\": \"3288745479\"\r\n}" }, "url": { "raw": "{{url}}/v2/customers/{{cust_id_type}}:{{cust_id}}/beneficiaries", "host": [ "{{url}}" ], "path": [ "v2", "customers", "{{cust_id_type}}:{{cust_id}}", "beneficiaries" ] } }, "response": [] }, { "name": "UpdateBeneficiaryById", "request": { "auth": { "type": "noauth" }, "method": "PUT", "header": [ { "key": "MsgId", "value": "putest04", "type": "text" }, { "key": "X-IBM-Client-Id", "value": "{{client_id}}", "type": "text" }, { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer {{token}}", "type": "text" } ], "body": { "mode": "raw", "raw": " {\n \"first_name\": \"Jane\",\n \"last_name\": \"Doe\",\n \"transfer_type\": \"OutsideUAE\",\n \"address\": {\n \"country\": \"SE\"\n },\n \"documents\": [],\n \"other_bank_country\": \"IN\",\n \"identifier_code1\": \"ICIC0000570\",\n \"other_account_id\": \"3288745479\"\n }" }, "url": { "raw": "{{url}}/v2/customers/{{cust_id_type}}:{{cust_id}}/beneficiaries/{{beneficiary_id}}", "host": [ "{{url}}" ], "path": [ "v2", "customers", "{{cust_id_type}}:{{cust_id}}", "beneficiaries", "{{beneficiary_id}}" ] } }, "response": [] }, { "name": "DeleteBeneficiaryById", "request": { "auth": { "type": "noauth" }, "method": "DELETE", "header": [ { "key": "MsgId", "value": "test09", "type": "text" }, { "key": "X-IBM-Client-Id", "value": "{{client_id}}", "type": "text" }, { "warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.", "key": "Authorization", "value": "Bearer {{token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{url}}/v2/customers/{{cust_id_type}}:{{cust_id}}/beneficiaries/{{beneficiary_id}}", "host": [ "{{url}}" ], "path": [ "v2", "customers", "{{cust_id_type}}:{{cust_id}}", "beneficiaries", "{{beneficiary_id}}" ] } }, "response": [] } ] }