POST Application/Authenticate
Request Information
URI Parameters
None.
Body Parameters
RetailIdentityName | Description | Type | Additional information |
---|---|---|---|
IsAuthenticated | boolean |
None. |
|
Name | string |
None. |
|
ID | globally unique identifier |
None. |
|
Domain | string |
None. |
|
LocalisationChecksum | globally unique identifier |
None. |
|
AuthenticationType | string |
None. |
|
PasswordHash | Collection of byte |
None. |
|
Picture | Collection of byte |
None. |
|
NewPasswordHash | Collection of byte |
None. |
|
RememberMe | boolean |
None. |
|
Platform | PlatformType |
None. |
|
MobileVersion | string |
None. |
|
AutoSyncPolling | integer |
None. |
|
PinCodeAccess | boolean |
None. |
|
TokenAccess | boolean |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | Description | Type | Additional information |
---|---|---|---|
IsSuccess | boolean |
None. |
|
ErrorMessage | string |
None. |
|
Code | string |
None. |
|
StackTrace | string |
None. |
|
Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.