Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Web/Session |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : SessionRequest
|
{
"IpAddress": "sample string 1",
"BusinessUnitId": 2,
"Organization": "sample string 3",
"PromotionCode": 4
}
<SessionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<BusinessUnitId>2</BusinessUnitId>
<IpAddress>sample string 1</IpAddress>
<Organization>sample string 3</Organization>
<PromotionCode>4</PromotionCode>
</SessionRequest>
Response object type : SessionResponse
Response object type SessionResponse has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
SessionKey | string |
{
"SessionKey": "sample string 1"
}
<SessionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<SessionKey>sample string 1</SessionKey>
</SessionResponse>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Property Added | 15.0.0 | PromotionCode has been added to SessionRequest | SessionRequest | SessionRequest.PromotionCode |