{ "info": { "_postman_id": "2e59a02c-311e-4e14-a355-81f80447c125", "name": "SB Fetch Fields", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "SB /fetch_list (Success)", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{token}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "X-IBM-Client-Id", "value": "{{Client_Id}}", "type": "text" }, { "key": "X-IBM-Client-Secret", "value": "{{Client_Secret}}", "type": "text" }, { "key": "msgid", "value": "FL200", "type": "text" }, { "key": "channelid", "value": "YAP", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"country_code\": \"IN\",\r\n \"currency_code\": \"INR\",\r\n \"payment_type\": \"A\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{url}}/v1/fetch/field_lists", "host": [ "{{url}}" ], "path": [ "v1", "fetch", "field_lists" ] } }, "response": [] }, { "name": "SB /fetch_values (Success)", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{token}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "X-IBM-Client-Id", "value": "{{Client_Id}}", "type": "text" }, { "key": "X-IBM-Client-Secret", "value": "{{Client_Secret}}", "type": "text" }, { "key": "MsgId", "value": "FF0036", "type": "text" }, { "key": "channelid", "value": "C3", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"country_code\": \"IN\",\r\n \"currency_code\": \"INR\",\r\n \"payment_type\": \"A\",\r\n \"field_id\": \"COUNTRY_CODE\",\r\n \"reference_value\": \"\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{url}}/v1/fetch/field_values", "host": [ "{{url}}" ], "path": [ "v1", "fetch", "field_values" ] } }, "response": [] } ] }