s1 API Host

<back to all web services

Registration

The following routes are available for this service:
All Verbs/api/register

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/Registration HTTP/1.1 
Host: api-beta.ghs-automotive.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}]}"