HTTP + CSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/Registration HTTP/1.1
Host: s1-api-tst.fource.nl
Content-Type: text/csv
Content-Length: length
UserName,FirstName,LastName,DisplayName,Email,Password,AutoLogin,Continue
String,String,String,String,String,String,False,String
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
UserId,SessionId,UserName,ReferrerUrl,ResponseStatus
String,String,String,String,"{errorCode:String,message:String,stackTrace:String,errors:[{errorCode:String,fieldName:String,message:String}]}"