HTTP + CSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/Files HTTP/1.1
Host: cloud3.evosus.com
Content-Type: text/csv
Content-Length: length
Path,TextContents,ForDownload,CompanySN,Customer_PK,Schedule_PK,Username,ticket,client
String,String,False,String,0,0,String,String,String
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
Directory,File,ResponseStatus
"{folders:[{name:String,modifiedDate:0001-01-01,fileCount:0}],files:[{name:String,extension:String,fileSizeBytes:0,modifiedDate:0001-01-01,isTextFile:False}]}","{name:String,extension:String,fileSizeBytes:0,modifiedDate:0001-01-01,isTextFile:False,contents:String}","{errorCode:String,message:String,stackTrace:String,errors:[{errorCode:String,fieldName:String,message:String}]}"