POST catalog/sso

Request Information

URI Parameters

None.

Body Parameters

CatalogSSOTransferURLRequest
NameDescriptionTypeAdditional information
RequestorIdent

string

Required

ITAIdentifier

string

Required

StorefrontIdentifier

string

Required

MarketCode

string

Required

ImpersonatorPersonIdent

string

None.

FirstName

string

None.

LastName

string

None.

RedirectToUrl

string

None.

RedirectToUniversalId

string

None.

Misc1

string

None.

Misc2

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RequestorIdent": "sample string 1",
  "ITAIdentifier": "sample string 2",
  "StorefrontIdentifier": "sample string 3",
  "MarketCode": "sample string 4",
  "ImpersonatorPersonIdent": "sample string 5",
  "FirstName": "sample string 6",
  "LastName": "sample string 7",
  "RedirectToUrl": "sample string 8",
  "RedirectToUniversalId": "sample string 9",
  "Misc1": "sample string 10",
  "Misc2": "sample string 11"
}

application/xml, text/xml

Sample:
<CatalogSSOTransferURLRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ITAGroup.EnterpriseServices.Domain.Model">
  <FirstName>sample string 6</FirstName>
  <ITAIdentifier>sample string 2</ITAIdentifier>
  <ImpersonatorPersonIdent>sample string 5</ImpersonatorPersonIdent>
  <LastName>sample string 7</LastName>
  <MarketCode>sample string 4</MarketCode>
  <Misc1>sample string 10</Misc1>
  <Misc2>sample string 11</Misc2>
  <RedirectToUniversalId>sample string 9</RedirectToUniversalId>
  <RedirectToUrl>sample string 8</RedirectToUrl>
  <RequestorIdent>sample string 1</RequestorIdent>
  <StorefrontIdentifier>sample string 3</StorefrontIdentifier>
</CatalogSSOTransferURLRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CatalogSSOResponse
NameDescriptionTypeAdditional information
TransferURLResult

string

None.

Response Formats

application/json, text/json

Sample:
{
  "TransferURLResult": "sample string 1"
}

application/xml, text/xml

Sample:
<CatalogSSOResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ITAGroup.EnterpriseServices.Domain.Model">
  <TransferURLResult>sample string 1</TransferURLResult>
</CatalogSSOResponse>