Hello Web Services

<back to all web services

UserReplacementRequest

The following routes are available for this service:
POST,DELETE/api/userreplacement/

To override the Content-type in your clients HTTP Accept Header, append the .csv suffix or ?format=csv

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: scanning.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}"