POST api/{language}/Account/SSOLogin
Documentazione di 'SSOLogin'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| language | Documentazione di 'language'. |
Define this parameter in the request URI. |
| data | Documentazione di 'data'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Network": "8be2b134-dcf1-4576-a7af-4e459af362e8",
"App": "3bcb11c7-df0d-4236-82ab-b230b61e3ea0",
"User": "sample string 3",
"Service": "sample string 4",
"RedirectUrl": "sample string 5",
"Params": [
{
"Key": "sample string 1",
"Value": "sample string 2"
},
{
"Key": "sample string 1",
"Value": "sample string 2"
},
{
"Key": "sample string 1",
"Value": "sample string 2"
}
],
"Data": {
"Name": "sample string 1",
"Country": "sample string 2",
"Region": "sample string 3",
"District": "sample string 4",
"City": "sample string 5",
"Address": "sample string 6",
"VatNumber": "sample string 7",
"FiscalCode": "sample string 8",
"Email": "sample string 9",
"Phone": "sample string 10",
"Mobile": "sample string 11"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"EncryptedPayload": "sample string 3",
"RedirectUrl": "sample string 4",
"SessionToken": "sample string 5"
}