wsIntegration


Click here for a complete list of operations.

CreateCustomer

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 /RosecomLive/RoseCommServiceV3/wsIntegration.asmx HTTP/1.1
Host: rosecommunications.salestarconnect.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/salestarservices_1/wsIntegration/CreateCustomer"

<?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>
    <CreateCustomer xmlns="http://tempuri.org/salestarservices_1/wsIntegration">
      <iNetworkID>int</iNetworkID>
      <saleID>string</saleID>
      <customer>
        <maidenName>string</maidenName>
        <maritalStatus>NotSpecified or Divorced or Married or Partnered or Separated or Single or Widowed or Other</maritalStatus>
        <employmentStatus>NotSpecified or FullTime or LongTerm or SelfEmpl or Student or HousePrsn or Retired or PartTime or ShortTerm or Unemployed or Other</employmentStatus>
        <residentialStatus>NotSpecified or Owner or Council or Unfurnished or Parents or Furnished or OtherTenant or JointOwner or Other</residentialStatus>
        <initial>string</initial>
        <title>Baroness or Baronet or Captain or Colonel or Commander or Count or Countess or Dr or Duke or Earl or Inspector or Lady or Lieutenant or Lord or LtColonel or Major or Marquess or Mr or Mrs or Ms or Miss or Prince or Princess or Professor or Reverend or Reverendd or RtHon or RtHonSir or Sheik or Sir or Viscount</title>
        <gender>Male or Female</gender>
        <dob>
          <value>dateTime</value>
        </dob>
        <firstName>string</firstName>
        <surname>string</surname>
        <employmentType>NotSpecified or Management or Professional or Supervisor or Skilled or SemiSkilled or Unskilled or Junior or Other</employmentType>
        <employmentTypeSpecified>boolean</employmentTypeSpecified>
        <timeWithEmployer>
          <years>int</years>
          <months>int</months>
        </timeWithEmployer>
        <timeWithBank>
          <years>int</years>
          <months>int</months>
        </timeWithBank>
      </customer>
      <addressHistory>
        <currentAddress />
        <previousAddress>
          <duration>
            <years>int</years>
            <months>int</months>
          </duration>
        </previousAddress>
        <previousPreviousAddress>
          <duration>
            <years>int</years>
            <months>int</months>
          </duration>
        </previousPreviousAddress>
      </addressHistory>
      <email>
        <address>string</address>
        <addressType>Home or Work</addressType>
        <addressTypeSpecified>boolean</addressTypeSpecified>
      </email>
      <telephone>
        <areaCode>string</areaCode>
        <number>string</number>
      </telephone>
      <strUID>string</strUID>
      <strPass>string</strPass>
      <url>string</url>
    </CreateCustomer>
  </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>
    <CreateCustomerResponse xmlns="http://tempuri.org/salestarservices_1/wsIntegration">
      <CreateCustomerResult>string</CreateCustomerResult>
    </CreateCustomerResponse>
  </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 /RosecomLive/RoseCommServiceV3/wsIntegration.asmx HTTP/1.1
Host: rosecommunications.salestarconnect.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>
    <CreateCustomer xmlns="http://tempuri.org/salestarservices_1/wsIntegration">
      <iNetworkID>int</iNetworkID>
      <saleID>string</saleID>
      <customer>
        <maidenName>string</maidenName>
        <maritalStatus>NotSpecified or Divorced or Married or Partnered or Separated or Single or Widowed or Other</maritalStatus>
        <employmentStatus>NotSpecified or FullTime or LongTerm or SelfEmpl or Student or HousePrsn or Retired or PartTime or ShortTerm or Unemployed or Other</employmentStatus>
        <residentialStatus>NotSpecified or Owner or Council or Unfurnished or Parents or Furnished or OtherTenant or JointOwner or Other</residentialStatus>
        <initial>string</initial>
        <title>Baroness or Baronet or Captain or Colonel or Commander or Count or Countess or Dr or Duke or Earl or Inspector or Lady or Lieutenant or Lord or LtColonel or Major or Marquess or Mr or Mrs or Ms or Miss or Prince or Princess or Professor or Reverend or Reverendd or RtHon or RtHonSir or Sheik or Sir or Viscount</title>
        <gender>Male or Female</gender>
        <dob>
          <value>dateTime</value>
        </dob>
        <firstName>string</firstName>
        <surname>string</surname>
        <employmentType>NotSpecified or Management or Professional or Supervisor or Skilled or SemiSkilled or Unskilled or Junior or Other</employmentType>
        <employmentTypeSpecified>boolean</employmentTypeSpecified>
        <timeWithEmployer>
          <years>int</years>
          <months>int</months>
        </timeWithEmployer>
        <timeWithBank>
          <years>int</years>
          <months>int</months>
        </timeWithBank>
      </customer>
      <addressHistory>
        <currentAddress />
        <previousAddress>
          <duration>
            <years>int</years>
            <months>int</months>
          </duration>
        </previousAddress>
        <previousPreviousAddress>
          <duration>
            <years>int</years>
            <months>int</months>
          </duration>
        </previousPreviousAddress>
      </addressHistory>
      <email>
        <address>string</address>
        <addressType>Home or Work</addressType>
        <addressTypeSpecified>boolean</addressTypeSpecified>
      </email>
      <telephone>
        <areaCode>string</areaCode>
        <number>string</number>
      </telephone>
      <strUID>string</strUID>
      <strPass>string</strPass>
      <url>string</url>
    </CreateCustomer>
  </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>
    <CreateCustomerResponse xmlns="http://tempuri.org/salestarservices_1/wsIntegration">
      <CreateCustomerResult>string</CreateCustomerResult>
    </CreateCustomerResponse>
  </soap12:Body>
</soap12:Envelope>