BNEnetforumxml
Click here for a complete list of operations.
UpsertPRIMembership
This method accept the PRIIndividualMembership object and update the individual object in netforum accoringly.
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /xweb/secure/bnenetforumxml.asmx HTTP/1.1 Host: netforum.sema.org Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://www.avectra.com/2005/UpsertPRIMembership" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <AuthorizationToken xmlns="http://www.avectra.com/2005/"> <Token>string</Token> </AuthorizationToken> </soap:Header> <soap:Body> <UpsertPRIMembership xmlns="http://www.avectra.com/2005/"> <memberRegistration> <IndMembershipAppId>int</IndMembershipAppId> <FirstName>string</FirstName> <LastName>string</LastName> <AddressType>string</AddressType> <Address>string</Address> <City>string</City> <State>string</State> <Zip>string</Zip> <Country>string</Country> <IndCstKey>string</IndCstKey> <Email>string</Email> <RacingIndustryAffiliation>string</RacingIndustryAffiliation> <TypeOfRacingParticipate>string</TypeOfRacingParticipate> <School>string</School> <GraduationDate>dateTime</GraduationDate> <CompanyName>string</CompanyName> <MembershipSelection>string</MembershipSelection> <PaymentName>string</PaymentName> <PaymentMethod>string</PaymentMethod> <PaymentCCNumber>string</PaymentCCNumber> <PaymentSecurityCode>string</PaymentSecurityCode> <PaymentCCExpirationDate>string</PaymentCCExpirationDate> <PaymentAddress>string</PaymentAddress> <PaymentCity>string</PaymentCity> <PaymentState>string</PaymentState> <PaymentZip>string</PaymentZip> <PaymentAmountDue>decimal</PaymentAmountDue> <InvoiceCode>string</InvoiceCode> <ConfNum>string</ConfNum> <SubmissionDate>dateTime</SubmissionDate> <ResultCustomerKey>string</ResultCustomerKey> <BusinessType>string</BusinessType> <JobTitle>string</JobTitle> <JobFunction>string</JobFunction> <EmployeeLevel>string</EmployeeLevel> <Phone>string</Phone> <AgreeToTerms>unsignedByte</AgreeToTerms> <ReceivePriNewsletter>unsignedByte</ReceivePriNewsletter> <ReasonsForJoining>string</ReasonsForJoining> <ReasonsForJoiningOther>string</ReasonsForJoiningOther> <AutoRenew>unsignedByte</AutoRenew> </memberRegistration> <IndividualDetails> <CstKey>string</CstKey> <FirstName>string</FirstName> <LastName>string</LastName> <Email>string</Email> <Phone>string</Phone> <Address>string</Address> <City>string</City> <State>string</State> <Zip>string</Zip> <Country>string</Country> <CompanyName>string</CompanyName> <Title>string</Title> <BusinessType>string</BusinessType> <EmployeeLevel>string</EmployeeLevel> <IsPriMember>boolean</IsPriMember> </IndividualDetails> <szMemPakPrdKey>string</szMemPakPrdKey> </UpsertPRIMembership> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <AuthorizationToken xmlns="http://www.avectra.com/2005/"> <Token>string</Token> </AuthorizationToken> </soap:Header> <soap:Body> <UpsertPRIMembershipResponse xmlns="http://www.avectra.com/2005/"> <BNEUpsertPRIMembership>boolean</BNEUpsertPRIMembership> </UpsertPRIMembershipResponse> </soap:Body> </soap:Envelope>