Skip to main content

🖥️ Get Report myScoreNae

URL

Header Configuration

KeyValue
Content-Typetext/xml; charset=utf-8
SOAPAction\"http://tempuri.org/GET_REPORT\

Request Body (JSON Format)

<?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>
<GET_REPORT xmlns="http://tempuri.org/">
<auth_token></auth_token>
<username></username>
<product>21</product>
<request>
<![CDATA[
<Request>
<CapsApplicant>
<firstname>LANIE</firstname>
<secondname>G</secondname>
<lastname>AVIDA</lastname>
<dob>1960-09-25</dob>
<gender>2</gender>
<CapsAddress>
<address_type>R</address_type>
<street>BUHISAN BUHISAN PROPER CEBU CITY CEBU</street>
<region>REGION VII</region>
<province>CEBU</province>
<city>CEBU CITY</city>
</CapsAddress>
<CapsAddress>
<address_type>R</address_type>
<street>BUHISAN BUHISAN PROPER CEBU CITY CEBU</street>
<region>REGION VII</region>
<province>CEBU</province>
<city>CEBU CITY</city>
</CapsAddress>
<CapsPhone>
<phone_type>MP</phone_type>
<phone_number>09197337451</phone_number>
</CapsPhone>
<CapsPhone />
</CapsApplicant>
<CapsInquiry>
<id_type>SSS</id_type>
<id_number>1023456789</id_number>
<consent>1</consent>
</CapsInquiry>
</Request>
]]>
</request>
</GET_REPORT>
</soap12:Body>
</soap12:Envelope>

Properties Definition

ParameterTypeDescription
auth_tokenStringAuthentication token for API access
usernameStringUsername of the requester
productIntegerProduct code (e.g., 21 for this request)
requestXMLThe encapsulated request data
firstnameStringFirst name of the applicant
secondnameStringMiddle name of the applicant
lastnameStringLast name of the applicant
dobDateDate of birth (YYYY-MM-DD)
genderIntegerGender (1 for male, 2 for female)
address_typeStringType of address (e.g., R for Residential)
streetStringStreet address
regionStringRegion name
provinceStringProvince name
cityStringCity name
phone_typeStringType of phone (e.g., MP for mobile)
phone_numberStringPhone number of the applicant
id_typeStringType of identification (e.g., SSS)
id_numberStringIdentification number
consentIntegerConsent flag (1 for granted)