Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Web/Session/BusinessFacing |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : BusinessFacingSessionRequest
|
{
"IpAddress": "sample string 1",
"BusinessUnit": 2,
"Organization": "sample string 3",
"SessionInfo": {
"BatchId": 1,
"ModeOfSaleId": 2,
"PromotionCode": 3
}
}
<BusinessFacingSessionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<BusinessUnit>2</BusinessUnit>
<IpAddress>sample string 1</IpAddress>
<Organization>sample string 3</Organization>
<SessionInfo>
<BatchId>1</BatchId>
<ModeOfSaleId>2</ModeOfSaleId>
<PromotionCode>3</PromotionCode>
</SessionInfo>
</BusinessFacingSessionRequest>
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>
No entries in change log for this operation.