{ "info": { "_postman_id": "1e7ce15e-f884-4e13-9154-c36c51717b3a", "name": "SB Partner Notification Update AWB", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Update AWB", "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": "payout228", "type": "text" }, { "key": "channelid", "value": "TMX", "type": "text" }, { "key": "", "value": "", "type": "default" } ], "body": { "mode": "raw", "raw": "{\r\n \"emirates_id_ping_data\": {\r\n \"emirates_id\": \"784197772697591\",\r\n \"expiry_date\": \"2031-10-17\",\r\n \"card_number\": \"10000000\",\r\n \"gender\": \"M\",\r\n \"name_english\": \"Jhon Smith\",\r\n \"nationality\": \"India\"\r\n },\r\n \"delivery_status\": \"jeeg\",\r\n \"status_code\": \"sssss\",\r\n \"documents\": [\r\n {\r\n \"document_name\": \"AAA\",\r\n \"document_type\": \"jpg\",\r\n \"Document_url\": \"http://jat.org/aaa\"\r\n },\r\n {\r\n \"document_name\": \"BBB\",\r\n \"document_type\": \"jpg\",\r\n \"Document_url\": \"http://jat.org/bbb\"\r\n }\r\n ]\r\n}" }, "url": { "raw": "{{url}}/v1/update/awb/63a564552625da2ec8059663", "host": [ "{{url}}" ], "path": [ "v1", "update", "awb", "63a564552625da2ec8059663" ] } }, "response": [] } ] }