PartoosKaramadWebService


Click here for a complete list of operations.

Karamad_complete_account_spec

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
outputtype:
requestno:
userid:
accountid:
accountname:
accountmobile:
accountemail:
accountpass:
accounttype:
accountbirthdate:
accounttel1:
accounttel2:
accountcountry:
accountstate:
accountcity:
accounttaxcode:
accountzipcode:
accountadd1:
accountadd2:
accounttlx:
accountfax:
accountweb:
accountbankno1:
accountbankno2:
accountcontact1:
accountcontact2:
accountsabtmelli:
accountsabtno:
accountjob:
companyabvr:
cycle:

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 /PartoosKaramadWebService.asmx HTTP/1.1
Host: miniatureservice.miniatureiran.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Karamad_complete_account_spec"

<?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>
    <Karamad_complete_account_spec xmlns="http://tempuri.org/">
      <outputtype>string</outputtype>
      <requestno>string</requestno>
      <userid>string</userid>
      <accountid>string</accountid>
      <accountname>string</accountname>
      <accountmobile>string</accountmobile>
      <accountemail>string</accountemail>
      <accountpass>string</accountpass>
      <accounttype>string</accounttype>
      <accountbirthdate>string</accountbirthdate>
      <accounttel1>string</accounttel1>
      <accounttel2>string</accounttel2>
      <accountcountry>string</accountcountry>
      <accountstate>string</accountstate>
      <accountcity>string</accountcity>
      <accounttaxcode>string</accounttaxcode>
      <accountzipcode>string</accountzipcode>
      <accountadd1>string</accountadd1>
      <accountadd2>string</accountadd2>
      <accounttlx>string</accounttlx>
      <accountfax>string</accountfax>
      <accountweb>string</accountweb>
      <accountbankno1>string</accountbankno1>
      <accountbankno2>string</accountbankno2>
      <accountcontact1>string</accountcontact1>
      <accountcontact2>string</accountcontact2>
      <accountsabtmelli>string</accountsabtmelli>
      <accountsabtno>string</accountsabtno>
      <accountjob>string</accountjob>
      <companyabvr>string</companyabvr>
      <cycle>string</cycle>
    </Karamad_complete_account_spec>
  </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>
    <Karamad_complete_account_specResponse xmlns="http://tempuri.org/">
      <Karamad_complete_account_specResult>string</Karamad_complete_account_specResult>
    </Karamad_complete_account_specResponse>
  </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 /PartoosKaramadWebService.asmx HTTP/1.1
Host: miniatureservice.miniatureiran.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 />
</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 />
</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 /PartoosKaramadWebService.asmx/Karamad_complete_account_spec?outputtype=string&requestno=string&userid=string&accountid=string&accountname=string&accountmobile=string&accountemail=string&accountpass=string&accounttype=string&accountbirthdate=string&accounttel1=string&accounttel2=string&accountcountry=string&accountstate=string&accountcity=string&accounttaxcode=string&accountzipcode=string&accountadd1=string&accountadd2=string&accounttlx=string&accountfax=string&accountweb=string&accountbankno1=string&accountbankno2=string&accountcontact1=string&accountcontact2=string&accountsabtmelli=string&accountsabtno=string&accountjob=string&companyabvr=string&cycle=string HTTP/1.1
Host: miniatureservice.miniatureiran.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /PartoosKaramadWebService.asmx/Karamad_complete_account_spec HTTP/1.1
Host: miniatureservice.miniatureiran.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

outputtype=string&requestno=string&userid=string&accountid=string&accountname=string&accountmobile=string&accountemail=string&accountpass=string&accounttype=string&accountbirthdate=string&accounttel1=string&accounttel2=string&accountcountry=string&accountstate=string&accountcity=string&accounttaxcode=string&accountzipcode=string&accountadd1=string&accountadd2=string&accounttlx=string&accountfax=string&accountweb=string&accountbankno1=string&accountbankno2=string&accountcontact1=string&accountcontact2=string&accountsabtmelli=string&accountsabtno=string&accountjob=string&companyabvr=string&cycle=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>