adb
Click here for a complete list of operations.
GetCustomerById
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /webservice/adb.asmx HTTP/1.1
Host: editor.ynetalbums.co.il
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://schemas.arealmedia.com/asmx/adb/GetCustomerById"
<?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>
<GetCustomerById xmlns="http://schemas.arealmedia.com/asmx/adb">
<key>string</key>
<secretKey>string</secretKey>
<idCostumer>int</idCostumer>
</GetCustomerById>
</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>
<GetCustomerByIdResponse xmlns="http://schemas.arealmedia.com/asmx/adb">
<GetCustomerByIdResult>
<id_customer>int</id_customer>
<id_partner>int</id_partner>
<id_printer>int</id_printer>
<id_url>int</id_url>
<id_title>int</id_title>
<name>string</name>
<lastname>string</lastname>
<address>string</address>
<address2>string</address2>
<complement>string</complement>
<number>string</number>
<bairro>string</bairro>
<city>string</city>
<country>string</country>
<cod_postal>string</cod_postal>
<idState>int</idState>
<idProvince>int</idProvince>
<idSubProvince>int</idSubProvince>
<state_name>string</state_name>
<province_name>string</province_name>
<sub_province_name>string</sub_province_name>
<phone_number>string</phone_number>
<cellphone>string</cellphone>
<email>string</email>
<nif>string</nif>
<birthday_day>int</birthday_day>
<birthday_month>int</birthday_month>
<birthday_year>int</birthday_year>
<username>string</username>
<password>string</password>
<register_date>dateTime</register_date>
<modification_date>dateTime</modification_date>
<user_type>string</user_type>
<payment_store>int</payment_store>
<newsletter>int</newsletter>
<regCountry>string</regCountry>
<sex>string</sex>
<enable>int</enable>
<deleted>int</deleted>
<visible>int</visible>
<regPlace>int</regPlace>
<orders>
<anyType />
<anyType />
</orders>
<credit>double</credit>
<currency>
<id_currency>string</id_currency>
<currency_info>string</currency_info>
<position>string</position>
<useThousandsSeparator>int</useThousandsSeparator>
<thousandsSeparatorTo>string</thousandsSeparatorTo>
<decimalSeparatorTo>string</decimalSeparatorTo>
<precision />
<culture>string</culture>
</currency>
<discount>double</discount>
<language>string</language>
<codCliente>string</codCliente>
<urlCliente>string</urlCliente>
<pathCliente>string</pathCliente>
<folderCliente>string</folderCliente>
<idSession>string</idSession>
<autoSaveTime>double</autoSaveTime>
<loggado>boolean</loggado>
<guardarUsuario>boolean</guardarUsuario>
<ajuda>int</ajuda>
<registrationCode>string</registrationCode>
<registrationVoucher>string</registrationVoucher>
<storageType>int</storageType>
<registrationAboutSource>string</registrationAboutSource>
<companyName>string</companyName>
<balanceHist>
<anyType />
<anyType />
</balanceHist>
<facebook_account>string</facebook_account>
<twitter_account>string</twitter_account>
<facebookID>string</facebookID>
<googleID>string</googleID>
<twitterID>string</twitterID>
<customer_ip>long</customer_ip>
<browser>string</browser>
<swfFileName>string</swfFileName>
<invitations>
<anyType />
<anyType />
</invitations>
<projectsInTempCart>
<anyType />
<anyType />
</projectsInTempCart>
<oldEmail>string</oldEmail>
<oldPassword>string</oldPassword>
<agreeGDPR>int</agreeGDPR>
<dateAgreeGDPR>string</dateAgreeGDPR>
<fromAgreeGDPR>int</fromAgreeGDPR>
<delDefinitely>int</delDefinitely>
<cookieInfo>
<anyType />
<anyType />
</cookieInfo>
<tempUser>boolean</tempUser>
</GetCustomerByIdResult>
</GetCustomerByIdResponse>
</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 /webservice/adb.asmx HTTP/1.1
Host: editor.ynetalbums.co.il
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>
<GetCustomerById xmlns="http://schemas.arealmedia.com/asmx/adb">
<key>string</key>
<secretKey>string</secretKey>
<idCostumer>int</idCostumer>
</GetCustomerById>
</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>
<GetCustomerByIdResponse xmlns="http://schemas.arealmedia.com/asmx/adb">
<GetCustomerByIdResult>
<id_customer>int</id_customer>
<id_partner>int</id_partner>
<id_printer>int</id_printer>
<id_url>int</id_url>
<id_title>int</id_title>
<name>string</name>
<lastname>string</lastname>
<address>string</address>
<address2>string</address2>
<complement>string</complement>
<number>string</number>
<bairro>string</bairro>
<city>string</city>
<country>string</country>
<cod_postal>string</cod_postal>
<idState>int</idState>
<idProvince>int</idProvince>
<idSubProvince>int</idSubProvince>
<state_name>string</state_name>
<province_name>string</province_name>
<sub_province_name>string</sub_province_name>
<phone_number>string</phone_number>
<cellphone>string</cellphone>
<email>string</email>
<nif>string</nif>
<birthday_day>int</birthday_day>
<birthday_month>int</birthday_month>
<birthday_year>int</birthday_year>
<username>string</username>
<password>string</password>
<register_date>dateTime</register_date>
<modification_date>dateTime</modification_date>
<user_type>string</user_type>
<payment_store>int</payment_store>
<newsletter>int</newsletter>
<regCountry>string</regCountry>
<sex>string</sex>
<enable>int</enable>
<deleted>int</deleted>
<visible>int</visible>
<regPlace>int</regPlace>
<orders>
<anyType />
<anyType />
</orders>
<credit>double</credit>
<currency>
<id_currency>string</id_currency>
<currency_info>string</currency_info>
<position>string</position>
<useThousandsSeparator>int</useThousandsSeparator>
<thousandsSeparatorTo>string</thousandsSeparatorTo>
<decimalSeparatorTo>string</decimalSeparatorTo>
<precision />
<culture>string</culture>
</currency>
<discount>double</discount>
<language>string</language>
<codCliente>string</codCliente>
<urlCliente>string</urlCliente>
<pathCliente>string</pathCliente>
<folderCliente>string</folderCliente>
<idSession>string</idSession>
<autoSaveTime>double</autoSaveTime>
<loggado>boolean</loggado>
<guardarUsuario>boolean</guardarUsuario>
<ajuda>int</ajuda>
<registrationCode>string</registrationCode>
<registrationVoucher>string</registrationVoucher>
<storageType>int</storageType>
<registrationAboutSource>string</registrationAboutSource>
<companyName>string</companyName>
<balanceHist>
<anyType />
<anyType />
</balanceHist>
<facebook_account>string</facebook_account>
<twitter_account>string</twitter_account>
<facebookID>string</facebookID>
<googleID>string</googleID>
<twitterID>string</twitterID>
<customer_ip>long</customer_ip>
<browser>string</browser>
<swfFileName>string</swfFileName>
<invitations>
<anyType />
<anyType />
</invitations>
<projectsInTempCart>
<anyType />
<anyType />
</projectsInTempCart>
<oldEmail>string</oldEmail>
<oldPassword>string</oldPassword>
<agreeGDPR>int</agreeGDPR>
<dateAgreeGDPR>string</dateAgreeGDPR>
<fromAgreeGDPR>int</fromAgreeGDPR>
<delDefinitely>int</delDefinitely>
<cookieInfo>
<anyType />
<anyType />
</cookieInfo>
<tempUser>boolean</tempUser>
</GetCustomerByIdResult>
</GetCustomerByIdResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /webservice/adb.asmx/GetCustomerById?key=string&secretKey=string&idCostumer=string HTTP/1.1 Host: editor.ynetalbums.co.il
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<CustomersVO xmlns="http://schemas.arealmedia.com/asmx/adb">
<id_customer>int</id_customer>
<id_partner>int</id_partner>
<id_printer>int</id_printer>
<id_url>int</id_url>
<id_title>int</id_title>
<name>string</name>
<lastname>string</lastname>
<address>string</address>
<address2>string</address2>
<complement>string</complement>
<number>string</number>
<bairro>string</bairro>
<city>string</city>
<country>string</country>
<cod_postal>string</cod_postal>
<idState>int</idState>
<idProvince>int</idProvince>
<idSubProvince>int</idSubProvince>
<state_name>string</state_name>
<province_name>string</province_name>
<sub_province_name>string</sub_province_name>
<phone_number>string</phone_number>
<cellphone>string</cellphone>
<email>string</email>
<nif>string</nif>
<birthday_day>int</birthday_day>
<birthday_month>int</birthday_month>
<birthday_year>int</birthday_year>
<username>string</username>
<password>string</password>
<register_date>dateTime</register_date>
<modification_date>dateTime</modification_date>
<user_type>string</user_type>
<payment_store>int</payment_store>
<newsletter>int</newsletter>
<regCountry>string</regCountry>
<sex>string</sex>
<enable>int</enable>
<deleted>int</deleted>
<visible>int</visible>
<regPlace>int</regPlace>
<orders>
<anyType />
<anyType />
</orders>
<credit>double</credit>
<currency>
<id_currency>string</id_currency>
<currency_info>string</currency_info>
<position>string</position>
<useThousandsSeparator>int</useThousandsSeparator>
<thousandsSeparatorTo>string</thousandsSeparatorTo>
<decimalSeparatorTo>string</decimalSeparatorTo>
<precision />
<culture>string</culture>
</currency>
<discount>double</discount>
<language>string</language>
<codCliente>string</codCliente>
<urlCliente>string</urlCliente>
<pathCliente>string</pathCliente>
<folderCliente>string</folderCliente>
<idSession>string</idSession>
<autoSaveTime>double</autoSaveTime>
<loggado>boolean</loggado>
<guardarUsuario>boolean</guardarUsuario>
<ajuda>int</ajuda>
<registrationCode>string</registrationCode>
<registrationVoucher>string</registrationVoucher>
<storageType>int</storageType>
<registrationAboutSource>string</registrationAboutSource>
<companyName>string</companyName>
<balanceHist>
<anyType />
<anyType />
</balanceHist>
<facebook_account>string</facebook_account>
<twitter_account>string</twitter_account>
<facebookID>string</facebookID>
<googleID>string</googleID>
<twitterID>string</twitterID>
<customer_ip>long</customer_ip>
<browser>string</browser>
<swfFileName>string</swfFileName>
<invitations>
<anyType />
<anyType />
</invitations>
<projectsInTempCart>
<anyType />
<anyType />
</projectsInTempCart>
<oldEmail>string</oldEmail>
<oldPassword>string</oldPassword>
<agreeGDPR>int</agreeGDPR>
<dateAgreeGDPR>string</dateAgreeGDPR>
<fromAgreeGDPR>int</fromAgreeGDPR>
<delDefinitely>int</delDefinitely>
<cookieInfo>
<anyType />
<anyType />
</cookieInfo>
<tempUser>boolean</tempUser>
</CustomersVO>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /webservice/adb.asmx/GetCustomerById HTTP/1.1 Host: editor.ynetalbums.co.il Content-Type: application/x-www-form-urlencoded Content-Length: length key=string&secretKey=string&idCostumer=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<CustomersVO xmlns="http://schemas.arealmedia.com/asmx/adb">
<id_customer>int</id_customer>
<id_partner>int</id_partner>
<id_printer>int</id_printer>
<id_url>int</id_url>
<id_title>int</id_title>
<name>string</name>
<lastname>string</lastname>
<address>string</address>
<address2>string</address2>
<complement>string</complement>
<number>string</number>
<bairro>string</bairro>
<city>string</city>
<country>string</country>
<cod_postal>string</cod_postal>
<idState>int</idState>
<idProvince>int</idProvince>
<idSubProvince>int</idSubProvince>
<state_name>string</state_name>
<province_name>string</province_name>
<sub_province_name>string</sub_province_name>
<phone_number>string</phone_number>
<cellphone>string</cellphone>
<email>string</email>
<nif>string</nif>
<birthday_day>int</birthday_day>
<birthday_month>int</birthday_month>
<birthday_year>int</birthday_year>
<username>string</username>
<password>string</password>
<register_date>dateTime</register_date>
<modification_date>dateTime</modification_date>
<user_type>string</user_type>
<payment_store>int</payment_store>
<newsletter>int</newsletter>
<regCountry>string</regCountry>
<sex>string</sex>
<enable>int</enable>
<deleted>int</deleted>
<visible>int</visible>
<regPlace>int</regPlace>
<orders>
<anyType />
<anyType />
</orders>
<credit>double</credit>
<currency>
<id_currency>string</id_currency>
<currency_info>string</currency_info>
<position>string</position>
<useThousandsSeparator>int</useThousandsSeparator>
<thousandsSeparatorTo>string</thousandsSeparatorTo>
<decimalSeparatorTo>string</decimalSeparatorTo>
<precision />
<culture>string</culture>
</currency>
<discount>double</discount>
<language>string</language>
<codCliente>string</codCliente>
<urlCliente>string</urlCliente>
<pathCliente>string</pathCliente>
<folderCliente>string</folderCliente>
<idSession>string</idSession>
<autoSaveTime>double</autoSaveTime>
<loggado>boolean</loggado>
<guardarUsuario>boolean</guardarUsuario>
<ajuda>int</ajuda>
<registrationCode>string</registrationCode>
<registrationVoucher>string</registrationVoucher>
<storageType>int</storageType>
<registrationAboutSource>string</registrationAboutSource>
<companyName>string</companyName>
<balanceHist>
<anyType />
<anyType />
</balanceHist>
<facebook_account>string</facebook_account>
<twitter_account>string</twitter_account>
<facebookID>string</facebookID>
<googleID>string</googleID>
<twitterID>string</twitterID>
<customer_ip>long</customer_ip>
<browser>string</browser>
<swfFileName>string</swfFileName>
<invitations>
<anyType />
<anyType />
</invitations>
<projectsInTempCart>
<anyType />
<anyType />
</projectsInTempCart>
<oldEmail>string</oldEmail>
<oldPassword>string</oldPassword>
<agreeGDPR>int</agreeGDPR>
<dateAgreeGDPR>string</dateAgreeGDPR>
<fromAgreeGDPR>int</fromAgreeGDPR>
<delDefinitely>int</delDefinitely>
<cookieInfo>
<anyType />
<anyType />
</cookieInfo>
<tempUser>boolean</tempUser>
</CustomersVO>