WEBCentralizedShoppingCartGetEventRegistrantTypeList
Initial Build |
2008.01 |
xWEB |
Web Method |
Response Type |
XML results |
This method returns all Registrant Types currently defined. Be aware that netFORUM can restrict the registrant types that are available at specific events.
For example, a big event might have many registrant types but a smaller event might only have one.
To get the list of registrant types for a specific event, use the WEBCentralizedShoppingCartGetEventRegistrantTypeListByEvent method and pass the key for the specific event as a parameter.
Sample Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.avectra.com/2005/">
<soapenv:Header>
<ns:AuthorizationToken>
<!--Optional:-->
<ns:Token>0f81c7f6-b82a-439d-aba2-f28c41933f70</ns:Token>
</ns:AuthorizationToken>
</soapenv:Header>
<soapenv:Body>
<ns:WEBCentralizedShoppingCartGetEventRegistrantTypeList/>
</soapenv:Body>
</soapenv:Envelope>
Sample Response
Shortened for brevity.
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<AuthorizationToken xmlns="http://www.avectra.com/2005/">
<Token>0f81c7f6-b82a-439d-aba2-f28c41933f70</Token>
</AuthorizationToken>
</soap:Header>
<soap:Body>
<WEBCentralizedShoppingCartGetEventRegistrantTypeListResponse xmlns="http://www.avectra.com/2005/">
<WEBCentralizedShoppingCartGetEventRegistrantTypeListResult>
<Results recordReturn="10">
<Result>
<rgt_key>0a696607-2597-4f69-9697-3794c2ae4e76</rgt_key>
<rgt_code>Clinical Fellow</rgt_code>
</Result>
<Result>
<rgt_key>6ea7dee8-2770-4ce4-ae2f-f9496169a757</rgt_key>
<rgt_code>Comp Reg</rgt_code>
</Result>
<Result>
<rgt_key>b90b39ae-a3e0-48bd-b4c3-8572fdc3499b</rgt_key>
<rgt_code>Eweb</rgt_code>
</Result>
<Result>
<rgt_key>47a8b1be-771a-44a9-8ffb-c9630ab35c73</rgt_key>
<rgt_code>Exhibitor</rgt_code>
</Result>
<Result>
<rgt_key>13f073f0-4fda-4d33-a76e-174059693bbf</rgt_key>
<rgt_code>Graduate Student</rgt_code>
</Result>
<Result>
<rgt_key>e9e92dca-2fe3-4f98-a302-df46879d7845</rgt_key>
<rgt_code>International Affiliate</rgt_code>
</Result>
<Result>
<rgt_key>083eb031-aff2-4fbd-9a02-9c7804d673fd</rgt_key>
<rgt_code>Life Member</rgt_code>
</Result>
<Result>
<rgt_key>74e94b10-1ac1-44c7-a5ba-dcbb4c5a1056</rgt_key>
<rgt_code>Related Professional</rgt_code>
</Result>
<Result>
<rgt_key>7902cb85-8963-4a40-87ea-8ccb36a729cc</rgt_key>
<rgt_code>Staff</rgt_code>
</Result>
<Result>
<rgt_key>2dc6bc34-3da9-4ac6-a7eb-463c58fa937c</rgt_key>
<rgt_code>Walk In</rgt_code>
</Result>
</Results>
</WEBCentralizedShoppingCartGetEventRegistrantTypeListResult>
</WEBCentralizedShoppingCartGetEventRegistrantTypeListResponse>
</soap:Body>
</soap:Envelope>