HTTP + CSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/UserReplacementRequest HTTP/1.1
Host: dinumero.modernekonomi.se
Content-Type: text/csv
Content-Length: length
GivenNr,UserId,ReplacingUserId,FromDate,ToDate
0,0,0,0001-01-01,0001-01-01
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
GivenNr,Created,FromDate,ToDate,User,ReplacingUser
0,0001-01-01,0001-01-01,0001-01-01,"{Id:0,Email:String,FullName:String}","{Id:0,Email:String,FullName:String}"