Skip to content

Instantly share code, notes, and snippets.

@rishabhgrg
Created October 17, 2019 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rishabhgrg/e41679542f4f7b4b2c3c55e14afa41d2 to your computer and use it in GitHub Desktop.
Save rishabhgrg/e41679542f4f7b4b2c3c55e14afa41d2 to your computer and use it in GitHub Desktop.
FIle uploadresponse
{"fileUploadResponse": {
      "data": {
        "status": {
          "status": 200,
          "message": "Success"
        },
        "list": [
          {
            "fileName": "610.jpg",
            "fileDownloadUri": "",
            "fileType": "image/jpeg",
            "size": 36442
          },
          {
            "fileName": "611.jpg",
            "fileDownloadUri": "",
            "fileType": "image/jpeg",
            "size": 36442
          }
        ]
      }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment