GET api/Authentication/Seamless/ForOnlineOrder/{onlineOrderID}

Retrieves a seamless authentication token for an online order.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
onlineOrderID

The online order ID.

integer

Required

Body Parameters

None.

Response Information

Resource Description

A seamless authentication token for the online order.

ISeamlessAuthenticationToken
NameDescriptionTypeAdditional information
Token

string

None.

IPAddress

string

None.

Response Formats

application/xml, text/xml

Sample:
<SeamlessAuthenticationToken>
  <Token />
  <IPAddress />
</SeamlessAuthenticationToken>

application/json, text/json

Sample:
{}