Advance
Click here for a complete list of operations.
GetFullEntityInfo
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 /Advance/OLDAdvance.asmx HTTP/1.1
Host: sandbox2.giving.ucla.edu
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://webservices.support.ucla.edu/Advance/Entity/GetFullEntityInfo"
<?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>
<GetFullEntityInfo xmlns="http://webservices.support.ucla.edu/Advance/Entity/">
<IDNumber>string</IDNumber>
<GetDegreeInfo>string</GetDegreeInfo>
<Test>string</Test>
</GetFullEntityInfo>
</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>
<GetFullEntityInfoResponse xmlns="http://webservices.support.ucla.edu/Advance/Entity/">
<GetFullEntityInfoResult>
<IDNumber>string</IDNumber>
<Prefix>string</Prefix>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
<Street1>string</Street1>
<Street2>string</Street2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<AddressType>string</AddressType>
<HomePhone>string</HomePhone>
<BusinessPhone>string</BusinessPhone>
<Email>string</Email>
<EmailType>string</EmailType>
<PersonOrOrg>string</PersonOrOrg>
<RecordTypeCode>string</RecordTypeCode>
<RecordStatusCode>string</RecordStatusCode>
<SolicitCtrlCode>string</SolicitCtrlCode>
<PrefClassYear>string</PrefClassYear>
<Salutation>string</Salutation>
<MiddleName>string</MiddleName>
<PersSuffix>string</PersSuffix>
<ProfSuffix>string</ProfSuffix>
<PrefMailName>string</PrefMailName>
<PrefNameSort>string</PrefNameSort>
<ReportName>string</ReportName>
<MaritalStatusCode>string</MaritalStatusCode>
<SpouseIDNumber>string</SpouseIDNumber>
<SpouseName>string</SpouseName>
<JntMailingsInd>string</JntMailingsInd>
<JntSalutation>string</JntSalutation>
<PrefJntCombName>string</PrefJntCombName>
<PrefJntName1>string</PrefJntName1>
<PrefJntName2>string</PrefJntName2>
<OrgLongName1>string</OrgLongName1>
<OrgLongName2>string</OrgLongName2>
<PrefAddrTypeCode>string</PrefAddrTypeCode>
<PrefAddrStatusCode>string</PrefAddrStatusCode>
<PrefCareOf>string</PrefCareOf>
<PrefStreet1>string</PrefStreet1>
<PrefStreet2>string</PrefStreet2>
<PrefForeignCityZip>string</PrefForeignCityZip>
<PrefCity>string</PrefCity>
<PrefStateCode>string</PrefStateCode>
<PrefZipCode>string</PrefZipCode>
<PrefZipSuffix>string</PrefZipSuffix>
<PrefCountryCode>string</PrefCountryCode>
<PrefCountry>string</PrefCountry>
<PrefForeignAddrInd>string</PrefForeignAddrInd>
<PrefEmailAddress>string</PrefEmailAddress>
<PrefEmailAddrType>string</PrefEmailAddrType>
<PrefPhoneNumber>string</PrefPhoneNumber>
<PrefPhoneExtension>string</PrefPhoneExtension>
<HomeAddrStatusCode>string</HomeAddrStatusCode>
<HomeCareOf>string</HomeCareOf>
<HomeStreet1>string</HomeStreet1>
<HomeStreet2>string</HomeStreet2>
<HomeForeignCityZip>string</HomeForeignCityZip>
<HomeCity>string</HomeCity>
<HomeStateCode>string</HomeStateCode>
<HomeZipCode>string</HomeZipCode>
<HomeZipSuffix>string</HomeZipSuffix>
<HomeCountryCode>string</HomeCountryCode>
<HomeCountry>string</HomeCountry>
<HomeForeignAddrInd>string</HomeForeignAddrInd>
<HomeAddressModDate>string</HomeAddressModDate>
<HomeEmailAddress>string</HomeEmailAddress>
<HomeEmailModDate>string</HomeEmailModDate>
<HomePhoneStatus>string</HomePhoneStatus>
<HomePhoneAreaCode>string</HomePhoneAreaCode>
<HomePhoneNumber>string</HomePhoneNumber>
<HomePhoneExtension>string</HomePhoneExtension>
<HomePhoneChangeDate>string</HomePhoneChangeDate>
<HomeForeignPhone>string</HomeForeignPhone>
<HomeForeignFax>string</HomeForeignFax>
<HomeWebAddress>string</HomeWebAddress>
<BusinessAddrSequence>string</BusinessAddrSequence>
<BusinessAddrStatusCode>string</BusinessAddrStatusCode>
<BusinessCareOf>string</BusinessCareOf>
<CompanyName1>string</CompanyName1>
<CompanyName2>string</CompanyName2>
<BusinessTitle>string</BusinessTitle>
<BusinessStreet1>string</BusinessStreet1>
<BusinessStreet2>string</BusinessStreet2>
<BusinessForeignCityZip>string</BusinessForeignCityZip>
<BusinessCity>string</BusinessCity>
<BusinessStateCode>string</BusinessStateCode>
<BusinessZipCode>string</BusinessZipCode>
<BusinessZipSuffix>string</BusinessZipSuffix>
<BusinessCountryCode>string</BusinessCountryCode>
<BusinessCountry>string</BusinessCountry>
<BusinessForeignAddrInd>string</BusinessForeignAddrInd>
<BusinessAddressModDate>string</BusinessAddressModDate>
<BusinessEmailAddress>string</BusinessEmailAddress>
<BusinessEmailModDate>string</BusinessEmailModDate>
<BusinessPhoneStatus>string</BusinessPhoneStatus>
<BusinessPhoneAreaCode>string</BusinessPhoneAreaCode>
<BusinessPhoneNumber>string</BusinessPhoneNumber>
<BusinessPhoneExtension>string</BusinessPhoneExtension>
<BusinessPhoneChangeDate>string</BusinessPhoneChangeDate>
<BusinessForeignPhone>string</BusinessForeignPhone>
<UID>string</UID>
<BirthPlace>string</BirthPlace>
<BirthDate>string</BirthDate>
<DegreeInfo>
<xsd:schema>schema</xsd:schema>xml</DegreeInfo>
</GetFullEntityInfoResult>
</GetFullEntityInfoResponse>
</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 /Advance/OLDAdvance.asmx HTTP/1.1
Host: sandbox2.giving.ucla.edu
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>
<GetFullEntityInfo xmlns="http://webservices.support.ucla.edu/Advance/Entity/">
<IDNumber>string</IDNumber>
<GetDegreeInfo>string</GetDegreeInfo>
<Test>string</Test>
</GetFullEntityInfo>
</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>
<GetFullEntityInfoResponse xmlns="http://webservices.support.ucla.edu/Advance/Entity/">
<GetFullEntityInfoResult>
<IDNumber>string</IDNumber>
<Prefix>string</Prefix>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Gender>string</Gender>
<Street1>string</Street1>
<Street2>string</Street2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<AddressType>string</AddressType>
<HomePhone>string</HomePhone>
<BusinessPhone>string</BusinessPhone>
<Email>string</Email>
<EmailType>string</EmailType>
<PersonOrOrg>string</PersonOrOrg>
<RecordTypeCode>string</RecordTypeCode>
<RecordStatusCode>string</RecordStatusCode>
<SolicitCtrlCode>string</SolicitCtrlCode>
<PrefClassYear>string</PrefClassYear>
<Salutation>string</Salutation>
<MiddleName>string</MiddleName>
<PersSuffix>string</PersSuffix>
<ProfSuffix>string</ProfSuffix>
<PrefMailName>string</PrefMailName>
<PrefNameSort>string</PrefNameSort>
<ReportName>string</ReportName>
<MaritalStatusCode>string</MaritalStatusCode>
<SpouseIDNumber>string</SpouseIDNumber>
<SpouseName>string</SpouseName>
<JntMailingsInd>string</JntMailingsInd>
<JntSalutation>string</JntSalutation>
<PrefJntCombName>string</PrefJntCombName>
<PrefJntName1>string</PrefJntName1>
<PrefJntName2>string</PrefJntName2>
<OrgLongName1>string</OrgLongName1>
<OrgLongName2>string</OrgLongName2>
<PrefAddrTypeCode>string</PrefAddrTypeCode>
<PrefAddrStatusCode>string</PrefAddrStatusCode>
<PrefCareOf>string</PrefCareOf>
<PrefStreet1>string</PrefStreet1>
<PrefStreet2>string</PrefStreet2>
<PrefForeignCityZip>string</PrefForeignCityZip>
<PrefCity>string</PrefCity>
<PrefStateCode>string</PrefStateCode>
<PrefZipCode>string</PrefZipCode>
<PrefZipSuffix>string</PrefZipSuffix>
<PrefCountryCode>string</PrefCountryCode>
<PrefCountry>string</PrefCountry>
<PrefForeignAddrInd>string</PrefForeignAddrInd>
<PrefEmailAddress>string</PrefEmailAddress>
<PrefEmailAddrType>string</PrefEmailAddrType>
<PrefPhoneNumber>string</PrefPhoneNumber>
<PrefPhoneExtension>string</PrefPhoneExtension>
<HomeAddrStatusCode>string</HomeAddrStatusCode>
<HomeCareOf>string</HomeCareOf>
<HomeStreet1>string</HomeStreet1>
<HomeStreet2>string</HomeStreet2>
<HomeForeignCityZip>string</HomeForeignCityZip>
<HomeCity>string</HomeCity>
<HomeStateCode>string</HomeStateCode>
<HomeZipCode>string</HomeZipCode>
<HomeZipSuffix>string</HomeZipSuffix>
<HomeCountryCode>string</HomeCountryCode>
<HomeCountry>string</HomeCountry>
<HomeForeignAddrInd>string</HomeForeignAddrInd>
<HomeAddressModDate>string</HomeAddressModDate>
<HomeEmailAddress>string</HomeEmailAddress>
<HomeEmailModDate>string</HomeEmailModDate>
<HomePhoneStatus>string</HomePhoneStatus>
<HomePhoneAreaCode>string</HomePhoneAreaCode>
<HomePhoneNumber>string</HomePhoneNumber>
<HomePhoneExtension>string</HomePhoneExtension>
<HomePhoneChangeDate>string</HomePhoneChangeDate>
<HomeForeignPhone>string</HomeForeignPhone>
<HomeForeignFax>string</HomeForeignFax>
<HomeWebAddress>string</HomeWebAddress>
<BusinessAddrSequence>string</BusinessAddrSequence>
<BusinessAddrStatusCode>string</BusinessAddrStatusCode>
<BusinessCareOf>string</BusinessCareOf>
<CompanyName1>string</CompanyName1>
<CompanyName2>string</CompanyName2>
<BusinessTitle>string</BusinessTitle>
<BusinessStreet1>string</BusinessStreet1>
<BusinessStreet2>string</BusinessStreet2>
<BusinessForeignCityZip>string</BusinessForeignCityZip>
<BusinessCity>string</BusinessCity>
<BusinessStateCode>string</BusinessStateCode>
<BusinessZipCode>string</BusinessZipCode>
<BusinessZipSuffix>string</BusinessZipSuffix>
<BusinessCountryCode>string</BusinessCountryCode>
<BusinessCountry>string</BusinessCountry>
<BusinessForeignAddrInd>string</BusinessForeignAddrInd>
<BusinessAddressModDate>string</BusinessAddressModDate>
<BusinessEmailAddress>string</BusinessEmailAddress>
<BusinessEmailModDate>string</BusinessEmailModDate>
<BusinessPhoneStatus>string</BusinessPhoneStatus>
<BusinessPhoneAreaCode>string</BusinessPhoneAreaCode>
<BusinessPhoneNumber>string</BusinessPhoneNumber>
<BusinessPhoneExtension>string</BusinessPhoneExtension>
<BusinessPhoneChangeDate>string</BusinessPhoneChangeDate>
<BusinessForeignPhone>string</BusinessForeignPhone>
<UID>string</UID>
<BirthPlace>string</BirthPlace>
<BirthDate>string</BirthDate>
<DegreeInfo>
<xsd:schema>schema</xsd:schema>xml</DegreeInfo>
</GetFullEntityInfoResult>
</GetFullEntityInfoResponse>
</soap12:Body>
</soap12:Envelope>