The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/Files HTTP/1.1
Host: cloud3.evosus.com
Content-Type: application/json
Content-Length: length
{"path":"String","textContents":"String","forDownload":false,"companySN":"String","customer_PK":0,"schedule_PK":0,"username":"String","ticket":"String","client":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"directory":{"folders":[{"name":"String","modifiedDate":"0001-01-01T00:00:00.0000000","fileCount":0}],"files":[{"name":"String","extension":"String","fileSizeBytes":0,"modifiedDate":"0001-01-01T00:00:00.0000000","isTextFile":false}]},"file":{"name":"String","extension":"String","fileSizeBytes":0,"modifiedDate":"0001-01-01T00:00:00.0000000","isTextFile":false,"contents":"String"},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String"}]}}