GET api/Authentication/Seamless/Reciprocal

Allows the user to switch between their Rep or Customer sign on. Recommended only to use with JSCART_RECIPROCALIDS_INUSE setting. If you are logged in as a Rep, this will return the seamless authentication token for your reciprocal Customer account. If you are logged in as a Customer, this will return the seamless authentication token for your reciprocal Rep account.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A seamless authentication token

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:
{}