CenterWSServerBS

<back to all web services

ConvertSessionToToken

Requires Authentication
The following routes are available for this service:
All Verbs/session-to-token
ConvertSessionToToken Parameters:
NameParameterData TypeRequiredDescription
PreserveSessionqueryboolNo
ConvertSessionToTokenResponse Parameters:
NameParameterData TypeRequiredDescription
MetaformDictionary<string, string>No
AccessTokenformstringNo
RefreshTokenformstringNo
ResponseStatusformResponseStatusNo

To override the Content-type in your clients, use the 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 /session-to-token HTTP/1.1 
Host: gxzj.service.jyjzqy.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"PreserveSession":false}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"Meta":{"String":"String"},"AccessToken":"String","RefreshToken":"String","ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}