POST catalog/ssogateway

Request Information

URI Parameters

None.

Body Parameters

CatalogSSOGatewayTransferURLRequest
NameDescriptionTypeAdditional information
RequestorIdent

string

Required

ClientIdentifier

string

Required

ProgramIdentifier

string

Required

StorefrontIdentifier

string

Required

MarketCode

string

Required

ParticipantIdentifier

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",
  "ClientIdentifier": "sample string 2",
  "ProgramIdentifier": "sample string 3",
  "StorefrontIdentifier": "sample string 4",
  "MarketCode": "sample string 5",
  "ParticipantIdentifier": "sample string 6",
  "ImpersonatorPersonIdent": "sample string 7",
  "FirstName": "sample string 8",
  "LastName": "sample string 9",
  "RedirectToUrl": "sample string 10",
  "RedirectToUniversalId": "sample string 11",
  "Misc1": "sample string 12",
  "Misc2": "sample string 13"
}

application/xml, text/xml

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

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>