GET api/docs
Method for Getting the file names of all the documents/proofs uploaded by the customer.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Returns 200 status code in case of success with a string array of customer uploaded filenames, 415 - in case wrong MIME type is provided (expected content type is "multipart/form-data"), 500 - in case of any internal server error
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.