GET api/Authentication/Seamless/ForOnlineOrder/{onlineOrderID}
Retrieves a seamless authentication token for an online order.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| onlineOrderID |
The online order ID. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A seamless authentication token for the online order.
ISeamlessAuthenticationToken| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| IPAddress | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<SeamlessAuthenticationToken> <Token /> <IPAddress /> </SeamlessAuthenticationToken>
application/json, text/json
Sample:
{}