ExternalMemberProfileService
Click here for a complete list of operations.
GetMember
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 /ExternalMemberProfile.asmx HTTP/1.1
Host: ilucio.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetMember"
<?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:Body>
<GetMember xmlns="http://tempuri.org/">
<MemNumber>string</MemNumber>
<division>string</division>
</GetMember>
</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:Body>
<GetMemberResponse xmlns="http://tempuri.org/">
<GetMemberResult>
<MemberNumber xmlns="http://MemberProfileService/">string</MemberNumber>
<MemberID xmlns="http://MemberProfileService/">string</MemberID>
<MemberName xmlns="http://MemberProfileService/">string</MemberName>
<MemDate xmlns="http://MemberProfileService/">string</MemDate>
<PinNumber xmlns="http://MemberProfileService/">string</PinNumber>
<Firstname xmlns="http://MemberProfileService/">string</Firstname>
<LastName xmlns="http://MemberProfileService/">string</LastName>
<FedId xmlns="http://MemberProfileService/">string</FedId>
<AddDate xmlns="http://MemberProfileService/">string</AddDate>
<EditDate xmlns="http://MemberProfileService/">string</EditDate>
<Com40 xmlns="http://MemberProfileService/">string</Com40>
<Company xmlns="http://MemberProfileService/">string</Company>
<State xmlns="http://MemberProfileService/">string</State>
<Region xmlns="http://MemberProfileService/">string</Region>
<AutoCoup xmlns="http://MemberProfileService/">string</AutoCoup>
<Canadian xmlns="http://MemberProfileService/">string</Canadian>
<Country xmlns="http://MemberProfileService/">string</Country>
<ArNum xmlns="http://MemberProfileService/">string</ArNum>
<ApNum xmlns="http://MemberProfileService/">string</ApNum>
<Email xmlns="http://MemberProfileService/">string</Email>
<MastAcct xmlns="http://MemberProfileService/">string</MastAcct>
<DivLine xmlns="http://MemberProfileService/">string</DivLine>
<DBAName xmlns="http://MemberProfileService/">string</DBAName>
<Corpname xmlns="http://MemberProfileService/">string</Corpname>
<Status xmlns="http://MemberProfileService/">string</Status>
<Locations xmlns="http://MemberProfileService/">
<Location>
<MemberNumber>string</MemberNumber>
<LocationNumber>string</LocationNumber>
<LocationID>string</LocationID>
<LocationName>string</LocationName>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<BillingName>string</BillingName>
<BillingAddr1>string</BillingAddr1>
<BillingAddr2>string</BillingAddr2>
<BillingCity>string</BillingCity>
<BillingState>string</BillingState>
<BillingZip>string</BillingZip>
<ShippingName>string</ShippingName>
<ShippingAddr1>string</ShippingAddr1>
<ShippingAddr2>string</ShippingAddr2>
<ShippingCity>string</ShippingCity>
<ShippingState>string</ShippingState>
<ShippingZip>string</ShippingZip>
<ViaSmall>string</ViaSmall>
<ViaMedium>string</ViaMedium>
<ViaLarge>string</ViaLarge>
<HeadBranch>string</HeadBranch>
<FaxPhone>string</FaxPhone>
<Phone>string</Phone>
<Contact>string</Contact>
<Status>string</Status>
<StatusDate>string</StatusDate>
<Mailname>string</Mailname>
<MailAddr1>string</MailAddr1>
<MailAddr2>string</MailAddr2>
<MailCity>string</MailCity>
<MailState>string</MailState>
<MailZip>string</MailZip>
<MailContact>string</MailContact>
<MailPhone>string</MailPhone>
<MailFax>string</MailFax>
<LocationType>string</LocationType>
<EcommerceInfo xsi:nil="true" />
</Location>
<Location>
<MemberNumber>string</MemberNumber>
<LocationNumber>string</LocationNumber>
<LocationID>string</LocationID>
<LocationName>string</LocationName>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<BillingName>string</BillingName>
<BillingAddr1>string</BillingAddr1>
<BillingAddr2>string</BillingAddr2>
<BillingCity>string</BillingCity>
<BillingState>string</BillingState>
<BillingZip>string</BillingZip>
<ShippingName>string</ShippingName>
<ShippingAddr1>string</ShippingAddr1>
<ShippingAddr2>string</ShippingAddr2>
<ShippingCity>string</ShippingCity>
<ShippingState>string</ShippingState>
<ShippingZip>string</ShippingZip>
<ViaSmall>string</ViaSmall>
<ViaMedium>string</ViaMedium>
<ViaLarge>string</ViaLarge>
<HeadBranch>string</HeadBranch>
<FaxPhone>string</FaxPhone>
<Phone>string</Phone>
<Contact>string</Contact>
<Status>string</Status>
<StatusDate>string</StatusDate>
<Mailname>string</Mailname>
<MailAddr1>string</MailAddr1>
<MailAddr2>string</MailAddr2>
<MailCity>string</MailCity>
<MailState>string</MailState>
<MailZip>string</MailZip>
<MailContact>string</MailContact>
<MailPhone>string</MailPhone>
<MailFax>string</MailFax>
<LocationType>string</LocationType>
<EcommerceInfo xsi:nil="true" />
</Location>
</Locations>
</GetMemberResult>
</GetMemberResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /ExternalMemberProfile.asmx HTTP/1.1
Host: ilucio.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetMember xmlns="http://tempuri.org/">
<MemNumber>string</MemNumber>
<division>string</division>
</GetMember>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetMemberResponse xmlns="http://tempuri.org/">
<GetMemberResult>
<MemberNumber xmlns="http://MemberProfileService/">string</MemberNumber>
<MemberID xmlns="http://MemberProfileService/">string</MemberID>
<MemberName xmlns="http://MemberProfileService/">string</MemberName>
<MemDate xmlns="http://MemberProfileService/">string</MemDate>
<PinNumber xmlns="http://MemberProfileService/">string</PinNumber>
<Firstname xmlns="http://MemberProfileService/">string</Firstname>
<LastName xmlns="http://MemberProfileService/">string</LastName>
<FedId xmlns="http://MemberProfileService/">string</FedId>
<AddDate xmlns="http://MemberProfileService/">string</AddDate>
<EditDate xmlns="http://MemberProfileService/">string</EditDate>
<Com40 xmlns="http://MemberProfileService/">string</Com40>
<Company xmlns="http://MemberProfileService/">string</Company>
<State xmlns="http://MemberProfileService/">string</State>
<Region xmlns="http://MemberProfileService/">string</Region>
<AutoCoup xmlns="http://MemberProfileService/">string</AutoCoup>
<Canadian xmlns="http://MemberProfileService/">string</Canadian>
<Country xmlns="http://MemberProfileService/">string</Country>
<ArNum xmlns="http://MemberProfileService/">string</ArNum>
<ApNum xmlns="http://MemberProfileService/">string</ApNum>
<Email xmlns="http://MemberProfileService/">string</Email>
<MastAcct xmlns="http://MemberProfileService/">string</MastAcct>
<DivLine xmlns="http://MemberProfileService/">string</DivLine>
<DBAName xmlns="http://MemberProfileService/">string</DBAName>
<Corpname xmlns="http://MemberProfileService/">string</Corpname>
<Status xmlns="http://MemberProfileService/">string</Status>
<Locations xmlns="http://MemberProfileService/">
<Location>
<MemberNumber>string</MemberNumber>
<LocationNumber>string</LocationNumber>
<LocationID>string</LocationID>
<LocationName>string</LocationName>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<BillingName>string</BillingName>
<BillingAddr1>string</BillingAddr1>
<BillingAddr2>string</BillingAddr2>
<BillingCity>string</BillingCity>
<BillingState>string</BillingState>
<BillingZip>string</BillingZip>
<ShippingName>string</ShippingName>
<ShippingAddr1>string</ShippingAddr1>
<ShippingAddr2>string</ShippingAddr2>
<ShippingCity>string</ShippingCity>
<ShippingState>string</ShippingState>
<ShippingZip>string</ShippingZip>
<ViaSmall>string</ViaSmall>
<ViaMedium>string</ViaMedium>
<ViaLarge>string</ViaLarge>
<HeadBranch>string</HeadBranch>
<FaxPhone>string</FaxPhone>
<Phone>string</Phone>
<Contact>string</Contact>
<Status>string</Status>
<StatusDate>string</StatusDate>
<Mailname>string</Mailname>
<MailAddr1>string</MailAddr1>
<MailAddr2>string</MailAddr2>
<MailCity>string</MailCity>
<MailState>string</MailState>
<MailZip>string</MailZip>
<MailContact>string</MailContact>
<MailPhone>string</MailPhone>
<MailFax>string</MailFax>
<LocationType>string</LocationType>
<EcommerceInfo xsi:nil="true" />
</Location>
<Location>
<MemberNumber>string</MemberNumber>
<LocationNumber>string</LocationNumber>
<LocationID>string</LocationID>
<LocationName>string</LocationName>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<BillingName>string</BillingName>
<BillingAddr1>string</BillingAddr1>
<BillingAddr2>string</BillingAddr2>
<BillingCity>string</BillingCity>
<BillingState>string</BillingState>
<BillingZip>string</BillingZip>
<ShippingName>string</ShippingName>
<ShippingAddr1>string</ShippingAddr1>
<ShippingAddr2>string</ShippingAddr2>
<ShippingCity>string</ShippingCity>
<ShippingState>string</ShippingState>
<ShippingZip>string</ShippingZip>
<ViaSmall>string</ViaSmall>
<ViaMedium>string</ViaMedium>
<ViaLarge>string</ViaLarge>
<HeadBranch>string</HeadBranch>
<FaxPhone>string</FaxPhone>
<Phone>string</Phone>
<Contact>string</Contact>
<Status>string</Status>
<StatusDate>string</StatusDate>
<Mailname>string</Mailname>
<MailAddr1>string</MailAddr1>
<MailAddr2>string</MailAddr2>
<MailCity>string</MailCity>
<MailState>string</MailState>
<MailZip>string</MailZip>
<MailContact>string</MailContact>
<MailPhone>string</MailPhone>
<MailFax>string</MailFax>
<LocationType>string</LocationType>
<EcommerceInfo xsi:nil="true" />
</Location>
</Locations>
</GetMemberResult>
</GetMemberResponse>
</soap12:Body>
</soap12:Envelope>