ServicePartner


Click here for a complete list of operations.

CreateAccount

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
returnCSVString:
externalLogin:
password:
resellerCode:
organisation:
address1:
address2:
town:
county:
postcode:
countryID:
firstName:
lastName:
email:
userPassword:
mobileNumber:
landLineNumber:
Fax:
orderNumber:
vatNumber:
notForProfitOrganisation:
notes:

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/servicepartner.asmx HTTP/1.1
Host: www.textapp.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.textapp.net/CreateAccount"

<?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>
    <CreateAccount xmlns="http://www.textapp.net/">
      <returnCSVString>boolean</returnCSVString>
      <externalLogin>string</externalLogin>
      <password>string</password>
      <resellerCode>string</resellerCode>
      <organisation>string</organisation>
      <address1>string</address1>
      <address2>string</address2>
      <town>string</town>
      <county>string</county>
      <postcode>string</postcode>
      <countryID>int</countryID>
      <firstName>string</firstName>
      <lastName>string</lastName>
      <email>string</email>
      <userPassword>string</userPassword>
      <mobileNumber>string</mobileNumber>
      <landLineNumber>string</landLineNumber>
      <Fax>string</Fax>
      <orderNumber>string</orderNumber>
      <vatNumber>string</vatNumber>
      <notForProfitOrganisation>boolean</notForProfitOrganisation>
      <notes>string</notes>
    </CreateAccount>
  </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>
    <CreateAccountResponse xmlns="http://www.textapp.net/">
      <CreateAccountResult>string</CreateAccountResult>
    </CreateAccountResponse>
  </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/servicepartner.asmx HTTP/1.1
Host: www.textapp.net
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>
    <CreateAccount xmlns="http://www.textapp.net/">
      <returnCSVString>boolean</returnCSVString>
      <externalLogin>string</externalLogin>
      <password>string</password>
      <resellerCode>string</resellerCode>
      <organisation>string</organisation>
      <address1>string</address1>
      <address2>string</address2>
      <town>string</town>
      <county>string</county>
      <postcode>string</postcode>
      <countryID>int</countryID>
      <firstName>string</firstName>
      <lastName>string</lastName>
      <email>string</email>
      <userPassword>string</userPassword>
      <mobileNumber>string</mobileNumber>
      <landLineNumber>string</landLineNumber>
      <Fax>string</Fax>
      <orderNumber>string</orderNumber>
      <vatNumber>string</vatNumber>
      <notForProfitOrganisation>boolean</notForProfitOrganisation>
      <notes>string</notes>
    </CreateAccount>
  </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>
    <CreateAccountResponse xmlns="http://www.textapp.net/">
      <CreateAccountResult>string</CreateAccountResult>
    </CreateAccountResponse>
  </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/servicepartner.asmx/CreateAccount?returnCSVString=string&externalLogin=string&password=string&resellerCode=string&organisation=string&address1=string&address2=string&town=string&county=string&postcode=string&countryID=string&firstName=string&lastName=string&email=string&userPassword=string&mobileNumber=string&landLineNumber=string&Fax=string&orderNumber=string&vatNumber=string&notForProfitOrganisation=string&notes=string HTTP/1.1
Host: www.textapp.net
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://www.textapp.net/">string</string>

HTTP POST

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

POST /webservice/servicepartner.asmx/CreateAccount HTTP/1.1
Host: www.textapp.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length

returnCSVString=string&externalLogin=string&password=string&resellerCode=string&organisation=string&address1=string&address2=string&town=string&county=string&postcode=string&countryID=string&firstName=string&lastName=string&email=string&userPassword=string&mobileNumber=string&landLineNumber=string&Fax=string&orderNumber=string&vatNumber=string&notForProfitOrganisation=string&notes=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://www.textapp.net/">string</string>