{"info":{"_postman_id":"0e80b2df-571e-4878-b52c-d6d19f57306e","name":"P-Transfer","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5329722","collectionId":"0e80b2df-571e-4878-b52c-d6d19f57306e","publishedId":"TzJvcw9f","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-04-21T10:36:59.000Z"},"item":[{"name":"Get Users with ID","id":"c693736c-8cbb-4a41-b6e0-dce6a153cb57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"jwToken","value":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWQiOiIyIn0.HbKaWm8AJ3qa5hKtNdh1gsQTnZ52yNo2vj5hcu7YAxdACgV3R9d6jWG7WJlBY1oCqADPOOrwSek9rV4wbkDq1g","type":"text"}],"url":"http://localhost:52912/users/2","description":"<p>Method to search for Users with ID. </p>\n","urlObject":{"protocol":"http","port":"52912","path":["users","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c693736c-8cbb-4a41-b6e0-dce6a153cb57"},{"name":"Register a new User","id":"08e1440c-134d-4522-a956-c4918231ea0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\":\"Prosenjit\",\r\n    \"lastName\":\"Matia\",\r\n    \"emailAddress\":\"prosenjit.matia@gmail.com\",\r\n    \"phoneNumber\":\"+919051183410\",\r\n    \"password\":\"abc123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:52912/users","urlObject":{"protocol":"http","port":"52912","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1f37face-d35d-4bc5-b96a-b49a29dbd644","name":"Register a new User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\":\"Prosenjit\",\r\n    \"lastName\":\"Matia\",\r\n    \"emailAddress\":\"prosenjit.matia@gmail.com\",\r\n    \"phoneNumber\":\"+919051183410\",\r\n    \"password\":\"abc123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:52912/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 17 Apr 2021 06:15:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseMessage\": \"UserAdded\",\n    \"responseType\": \"Success\",\n    \"responseValue\": {\n        \"userId\": 2,\n        \"firstName\": \"Prosenjit\",\n        \"lastName\": \"Matia\",\n        \"emailAddress\": \"prosenjit.matia@gmail.com\",\n        \"phoneNumber\": \"+919051183410\",\n        \"jwToken\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWQiOiIyIn0.HbKaWm8AJ3qa5hKtNdh1gsQTnZ52yNo2vj5hcu7YAxdACgV3R9d6jWG7WJlBY1oCqADPOOrwSek9rV4wbkDq1g\",\n        \"password\": \"abc123\"\n    }\n}"}],"_postman_id":"08e1440c-134d-4522-a956-c4918231ea0f"},{"name":"Update a User details","id":"8bfcafd5-3241-454d-876e-fd292de235fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"jwToken","value":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWQiOiIyIn0.HbKaWm8AJ3qa5hKtNdh1gsQTnZ52yNo2vj5hcu7YAxdACgV3R9d6jWG7WJlBY1oCqADPOOrwSek9rV4wbkDq1g","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userId\": 2,\r\n    \"firstName\": null,\r\n    \"lastName\": null,\r\n    \"phoneNumber\": \"+919830999542\",\r\n    \"Password\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:52912/users","urlObject":{"protocol":"http","port":"52912","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bc95d5b4-ca59-447a-829c-449b01a4d95d","name":"Update a User details","originalRequest":{"method":"PUT","header":[{"key":"jwToken","value":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWQiOiIyIn0.HbKaWm8AJ3qa5hKtNdh1gsQTnZ52yNo2vj5hcu7YAxdACgV3R9d6jWG7WJlBY1oCqADPOOrwSek9rV4wbkDq1g","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userId\": 2,\r\n    \"firstName\": \"Posu\",\r\n    \"phoneNumber\": \"+919830999542\",\r\n    \"Password\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:52912/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 17 Apr 2021 07:20:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseMessage\": \"Success\",\n    \"responseType\": \"Success\",\n    \"responseValue\": 1\n}"}],"_postman_id":"8bfcafd5-3241-454d-876e-fd292de235fc"},{"name":"Login a user","id":"b307f149-3577-4241-91a2-68ba03d19070","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"emailAddress\":\"mukherjee_pronoy@yahoo.in\",\r\n    \"password\":\"abc123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:52912/auth","urlObject":{"protocol":"http","port":"52912","path":["auth"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ec685a3f-11d5-40d0-b633-4f8dc6b5cbd6","name":"Login a user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"emailAddress\":\"prosenjit.matia@gmail.com\",\r\n    \"password\":\"abc123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:52912/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 18 Apr 2021 07:05:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseMessage\": \"Success\",\n    \"responseType\": \"Success\",\n    \"responseValue\": {\n        \"userId\": 2,\n        \"firstName\": \"Prosenjit\",\n        \"lastName\": \"Matia\",\n        \"emailAddress\": \"prosenjit.matia@gmail.com\",\n        \"phoneNumber\": \"+919830999542\",\n        \"jwToken\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWQiOiIyIn0.HbKaWm8AJ3qa5hKtNdh1gsQTnZ52yNo2vj5hcu7YAxdACgV3R9d6jWG7WJlBY1oCqADPOOrwSek9rV4wbkDq1g\",\n        \"password\": null\n    }\n}"}],"_postman_id":"b307f149-3577-4241-91a2-68ba03d19070"},{"name":"Create Upload Request","id":"5bcfaf23-186d-4c5a-a44c-ebf661a721af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"jwToken","value":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWQiOiIxIn0.DcNZ0vQaYAwznnEDdaRMGtxg82xjOwqO_5yF7dtqRdDBxZYKl4Vbeba7nW0az33uv7v01lsV7DxGvDKMx6ntqg","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"totalParts\": \"32\",\r\n    \"FileName\": \"TestImage.jpg\",\r\n    \"FileHash\": \"82ef9c411a2bc51d7b0803cad793e022\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:52912/upload-request","urlObject":{"protocol":"http","port":"52912","path":["upload-request"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7a7cb406-f6a0-4551-8dd1-d58ba96fcf16","name":"Create Upload Request","originalRequest":{"method":"POST","header":[{"key":"jwToken","value":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWQiOiIxIn0.DcNZ0vQaYAwznnEDdaRMGtxg82xjOwqO_5yF7dtqRdDBxZYKl4Vbeba7nW0az33uv7v01lsV7DxGvDKMx6ntqg","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"totalParts\": \"3\",\r\n    \"FileName\": \"photo.jpg\",\r\n    \"FileHash\": \"asfdasdasdasdasdasda\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:52912/upload-request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 25 Apr 2021 06:13:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseMessage\": \"Success\",\n    \"responseType\": \"Success\",\n    \"responseValue\": 1\n}"}],"_postman_id":"5bcfaf23-186d-4c5a-a44c-ebf661a721af"},{"name":"Update Upload Request","id":"6e0f6128-1849-4db4-b4ac-9f5462d19e9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"jwToken","value":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWQiOiIxIn0.DcNZ0vQaYAwznnEDdaRMGtxg82xjOwqO_5yF7dtqRdDBxZYKl4Vbeba7nW0az33uv7v01lsV7DxGvDKMx6ntqg","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"requestId\":2,\r\n    \"requestStatus\":3\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:52912/upload-request","description":"<p>Update a Upload. \nTo complete a request send status as 3. \nTo make a request as error send status as 5. \nTo make a request as cancelled send status as 6.</p>\n","urlObject":{"protocol":"http","port":"52912","path":["upload-request"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"80f5ebe5-8bc7-4006-b48c-ddc6c657cbb8","name":"Update Upload Request","originalRequest":{"method":"PUT","header":[{"key":"jwToken","value":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWQiOiIxIn0.DcNZ0vQaYAwznnEDdaRMGtxg82xjOwqO_5yF7dtqRdDBxZYKl4Vbeba7nW0az33uv7v01lsV7DxGvDKMx6ntqg","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"requestId\":1,\r\n    \"requestStatus\":3\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:52912/upload-request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 25 Apr 2021 06:55:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseMessage\": \"Success\",\n    \"responseType\": \"Success\",\n    \"responseValue\": 1\n}"}],"_postman_id":"6e0f6128-1849-4db4-b4ac-9f5462d19e9a"},{"name":"Create Request parts","id":"116eb2ba-073b-434c-824d-8123bf06a2a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"jwToken","value":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWQiOiIxIn0.DcNZ0vQaYAwznnEDdaRMGtxg82xjOwqO_5yF7dtqRdDBxZYKl4Vbeba7nW0az33uv7v01lsV7DxGvDKMx6ntqg","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"requestId\":2,\r\n    \"partNumber\":9,\r\n    \"partValue\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:52912/upload-request/parts","urlObject":{"protocol":"http","port":"52912","path":["upload-request","parts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"116eb2ba-073b-434c-824d-8123bf06a2a4"}]}