BNEnetforumxml
Click here for a complete list of operations.
BNESEMAIndividualPRIMemberhipProcess
Create membership in netForum for Individual for PRI
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/BNESEMAIndividualPRIMemberhipProcess" <?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> <BNESEMAIndividualPRIMemberhipProcess xmlns="http://www.avectra.com/2005/"> <CstKey>string</CstKey> <ContactCstKey>string</ContactCstKey> <lMemberships> <MembershipObject> <inv_key>string</inv_key> <mbrship_key>string</mbrship_key> <mbrship_type_key>string</mbrship_type_key> <mbrship_package_key>string</mbrship_package_key> <src_code>string</src_code> <inv_notes>string</inv_notes> <renew_Now>boolean</renew_Now> <auto_Renew>boolean</auto_Renew> <ErrorMessage>string</ErrorMessage> </MembershipObject> <MembershipObject> <inv_key>string</inv_key> <mbrship_key>string</mbrship_key> <mbrship_type_key>string</mbrship_type_key> <mbrship_package_key>string</mbrship_package_key> <src_code>string</src_code> <inv_notes>string</inv_notes> <renew_Now>boolean</renew_Now> <auto_Renew>boolean</auto_Renew> <ErrorMessage>string</ErrorMessage> </MembershipObject> </lMemberships> <BNEPaymentInformation> <payment_method>string</payment_method> <payment_type>string</payment_type> <cc_type_key>string</cc_type_key> <cc_holder_name>string</cc_holder_name> <cc_number>string</cc_number> <cc_expiration_date>string</cc_expiration_date> <cc_security_code>string</cc_security_code> <ach_name_on_check>string</ach_name_on_check> <ach_bank_account_type>string</ach_bank_account_type> <ach_account_number>string</ach_account_number> <ach_routing_number>string</ach_routing_number> <ach_address_street>string</ach_address_street> <ach_address_street2>string</ach_address_street2> <ach_address_city>string</ach_address_city> <ach_address_state>string</ach_address_state> <ach_address_zip>string</ach_address_zip> <ach_address_country>string</ach_address_country> <ach_email>string</ach_email> </BNEPaymentInformation> <bProcessAnyway>boolean</bProcessAnyway> </BNESEMAIndividualPRIMemberhipProcess> </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> <BNESEMAIndividualPRIMemberhipProcessResponse xmlns="http://www.avectra.com/2005/"> <BNESEMAIndividualPRIMemberhipProcessResult> <ESRAResult> <type>string</type> <exh_key>string</exh_key> <inv_key>string</inv_key> <inv_code>string</inv_code> <ord_key>string</ord_key> <error>string</error> </ESRAResult> <ESRAResult> <type>string</type> <exh_key>string</exh_key> <inv_key>string</inv_key> <inv_code>string</inv_code> <ord_key>string</ord_key> <error>string</error> </ESRAResult> </BNESEMAIndividualPRIMemberhipProcessResult> </BNESEMAIndividualPRIMemberhipProcessResponse> </soap:Body> </soap:Envelope>