POST api/GetMemberCompSeasonTicketQuantity
Returns comp season ticket information for a patron.
Request Information
URI Parameters
None.
Body Parameters
GetMemberCompSeasonTicketQuantityRequestName | Description | Type | Additional information |
---|---|---|---|
SessionKey | string | ||
PerformanceID | integer |
Request Formats
application/json, text/json
Sample:
{ "SessionKey": "sample string 1", "PerformanceID": 2 }
application/xml, text/xml
Sample:
<GetMemberCompSeasonTicketQuantityRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Entities.Ticketing"> <PerformanceID>2</PerformanceID> <SessionKey>sample string 1</SessionKey> </GetMemberCompSeasonTicketQuantityRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GetMemberCompSeasonTicketQuantityResult object
ApiSuccessOfGetMemberCompSeasonTicketQuantityResultName | Description | Type | Additional information |
---|---|---|---|
Success | boolean | ||
Data | GetMemberCompSeasonTicketQuantityResult |
Response Formats
application/json
Sample:
{ "Success": true, "Data": { "SessionKey": "KZaiExarQYneOUxDsfb6N9BJJi8XnAv4gYqgSFX9bPwt1b+j4kjCgyGNqCDXz0a3+qZaFIcpkt24H+15OdoWvtsD0mmmSXFCA6VBa+yl0ks=", "CustomerId": 2, "MemberLevel": "sample string 3", "MemberExpiration": "2025-03-18T04:11:20.0414639+00:00", "SeasonCompTicketQty": 5, "CompTicketsRemaining": 6 } }
text/json
Sample:
{ "Success": true, "Data": { "SessionKey": "GefCBI2EB2oBIqsAMllRfn6VxkDIf7FzpFcUaoFAF47tj4bqj0Z1W8e1pyaf4f9WubQjceyJ5c4IkvBNNh0WlWC5qB3NP3hg9L0ZYTKUnjs=", "CustomerId": 2, "MemberLevel": "sample string 3", "MemberExpiration": "2025-03-18T04:11:20.0414639+00:00", "SeasonCompTicketQty": 5, "CompTicketsRemaining": 6 } }
application/xml, text/xml
Sample:
<ApiSuccessOfGetMemberCompSeasonTicketQuantityResult5BBiySHU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Api"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Entities.Ticketing"> <d2p1:CompTicketsRemaining>6</d2p1:CompTicketsRemaining> <d2p1:CustomerId>2</d2p1:CustomerId> <d2p1:MemberExpiration>2025-03-18T04:11:20.0414639+00:00</d2p1:MemberExpiration> <d2p1:MemberLevel>sample string 3</d2p1:MemberLevel> <d2p1:SeasonCompTicketQty>5</d2p1:SeasonCompTicketQty> <d2p1:SessionKey>sample string 1</d2p1:SessionKey> </Data> </ApiSuccessOfGetMemberCompSeasonTicketQuantityResult5BBiySHU>