wsCustomer
Click here for a complete list of operations.
GetCustomerConnectionList
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/BusinessService/wsCustomer.asmx HTTP/1.1
Host: rosecommunications.salestarconnect.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetCustomerConnectionList"
<?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>
<GetCustomerConnectionList xmlns="http://tempuri.org/">
<NetworkID>int</NetworkID>
<CustomerID>int</CustomerID>
<Credential>
<UserName>string</UserName>
<Password>string</Password>
<DealerCode>string</DealerCode>
</Credential>
</GetCustomerConnectionList>
</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>
<GetCustomerConnectionListResponse xmlns="http://tempuri.org/">
<GetCustomerConnectionListResult>
<IsError>boolean</IsError>
<Status>string</Status>
<Message>string</Message>
<BusinessObjectList>
<Connection>
<ConnectionID>int</ConnectionID>
<ConnectionNo>int</ConnectionNo>
<ServiceProvider>string</ServiceProvider>
<NetworkID>int</NetworkID>
<ConnectionType>None or Standard or Upgrade or Migration or PrePay or TMoboleToEEMigration or EEtoEEMigration or OrangeToEEMigration</ConnectionType>
<PhoneNumber>string</PhoneNumber>
<ExistingPhoneNumberToPort>string</ExistingPhoneNumberToPort>
<PACNumber>string</PACNumber>
<PACExpiryDate>dateTime</PACExpiryDate>
<Note>string</Note>
<UserName>string</UserName>
<MainConnectionNo>string</MainConnectionNo>
<EligibleForUpgrade>int</EligibleForUpgrade>
<bUpgraded>boolean</bUpgraded>
<MainTariffID>int</MainTariffID>
<UpgradeEligibleDate>dateTime</UpgradeEligibleDate>
<Components xsi:nil="true" />
<SendRequest>string</SendRequest>
<VendorTransactionID>string</VendorTransactionID>
<RenewalDate>dateTime</RenewalDate>
<TerminatedDate>dateTime</TerminatedDate>
<ActivatedDate>dateTime</ActivatedDate>
<StatementReference>string</StatementReference>
<TariffName>string</TariffName>
<SimSerial>string</SimSerial>
<DealerID>string</DealerID>
<DealerName>string</DealerName>
<CustomerID>string</CustomerID>
<CustomerName>string</CustomerName>
<HandsetName>string</HandsetName>
<ConnectionStatus>string</ConnectionStatus>
<Comment>string</Comment>
<CustomerEmailAddress>string</CustomerEmailAddress>
<EID>string</EID>
<ExistingSimTypeID>boolean</ExistingSimTypeID>
<CurrentSimTypeID>boolean</CurrentSimTypeID>
<DeviceVendor>string</DeviceVendor>
<DeviceNotificationType>string</DeviceNotificationType>
<DeviceType>string</DeviceType>
<ActivationStatusID>int</ActivationStatusID>
<ConnectionCategoryID>int</ConnectionCategoryID>
</Connection>
<Connection>
<ConnectionID>int</ConnectionID>
<ConnectionNo>int</ConnectionNo>
<ServiceProvider>string</ServiceProvider>
<NetworkID>int</NetworkID>
<ConnectionType>None or Standard or Upgrade or Migration or PrePay or TMoboleToEEMigration or EEtoEEMigration or OrangeToEEMigration</ConnectionType>
<PhoneNumber>string</PhoneNumber>
<ExistingPhoneNumberToPort>string</ExistingPhoneNumberToPort>
<PACNumber>string</PACNumber>
<PACExpiryDate>dateTime</PACExpiryDate>
<Note>string</Note>
<UserName>string</UserName>
<MainConnectionNo>string</MainConnectionNo>
<EligibleForUpgrade>int</EligibleForUpgrade>
<bUpgraded>boolean</bUpgraded>
<MainTariffID>int</MainTariffID>
<UpgradeEligibleDate>dateTime</UpgradeEligibleDate>
<Components xsi:nil="true" />
<SendRequest>string</SendRequest>
<VendorTransactionID>string</VendorTransactionID>
<RenewalDate>dateTime</RenewalDate>
<TerminatedDate>dateTime</TerminatedDate>
<ActivatedDate>dateTime</ActivatedDate>
<StatementReference>string</StatementReference>
<TariffName>string</TariffName>
<SimSerial>string</SimSerial>
<DealerID>string</DealerID>
<DealerName>string</DealerName>
<CustomerID>string</CustomerID>
<CustomerName>string</CustomerName>
<HandsetName>string</HandsetName>
<ConnectionStatus>string</ConnectionStatus>
<Comment>string</Comment>
<CustomerEmailAddress>string</CustomerEmailAddress>
<EID>string</EID>
<ExistingSimTypeID>boolean</ExistingSimTypeID>
<CurrentSimTypeID>boolean</CurrentSimTypeID>
<DeviceVendor>string</DeviceVendor>
<DeviceNotificationType>string</DeviceNotificationType>
<DeviceType>string</DeviceType>
<ActivationStatusID>int</ActivationStatusID>
<ConnectionCategoryID>int</ConnectionCategoryID>
</Connection>
</BusinessObjectList>
<ErrorCode>int</ErrorCode>
</GetCustomerConnectionListResult>
</GetCustomerConnectionListResponse>
</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/BusinessService/wsCustomer.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>
<GetCustomerConnectionList xmlns="http://tempuri.org/">
<NetworkID>int</NetworkID>
<CustomerID>int</CustomerID>
<Credential>
<UserName>string</UserName>
<Password>string</Password>
<DealerCode>string</DealerCode>
</Credential>
</GetCustomerConnectionList>
</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>
<GetCustomerConnectionListResponse xmlns="http://tempuri.org/">
<GetCustomerConnectionListResult>
<IsError>boolean</IsError>
<Status>string</Status>
<Message>string</Message>
<BusinessObjectList>
<Connection>
<ConnectionID>int</ConnectionID>
<ConnectionNo>int</ConnectionNo>
<ServiceProvider>string</ServiceProvider>
<NetworkID>int</NetworkID>
<ConnectionType>None or Standard or Upgrade or Migration or PrePay or TMoboleToEEMigration or EEtoEEMigration or OrangeToEEMigration</ConnectionType>
<PhoneNumber>string</PhoneNumber>
<ExistingPhoneNumberToPort>string</ExistingPhoneNumberToPort>
<PACNumber>string</PACNumber>
<PACExpiryDate>dateTime</PACExpiryDate>
<Note>string</Note>
<UserName>string</UserName>
<MainConnectionNo>string</MainConnectionNo>
<EligibleForUpgrade>int</EligibleForUpgrade>
<bUpgraded>boolean</bUpgraded>
<MainTariffID>int</MainTariffID>
<UpgradeEligibleDate>dateTime</UpgradeEligibleDate>
<Components xsi:nil="true" />
<SendRequest>string</SendRequest>
<VendorTransactionID>string</VendorTransactionID>
<RenewalDate>dateTime</RenewalDate>
<TerminatedDate>dateTime</TerminatedDate>
<ActivatedDate>dateTime</ActivatedDate>
<StatementReference>string</StatementReference>
<TariffName>string</TariffName>
<SimSerial>string</SimSerial>
<DealerID>string</DealerID>
<DealerName>string</DealerName>
<CustomerID>string</CustomerID>
<CustomerName>string</CustomerName>
<HandsetName>string</HandsetName>
<ConnectionStatus>string</ConnectionStatus>
<Comment>string</Comment>
<CustomerEmailAddress>string</CustomerEmailAddress>
<EID>string</EID>
<ExistingSimTypeID>boolean</ExistingSimTypeID>
<CurrentSimTypeID>boolean</CurrentSimTypeID>
<DeviceVendor>string</DeviceVendor>
<DeviceNotificationType>string</DeviceNotificationType>
<DeviceType>string</DeviceType>
<ActivationStatusID>int</ActivationStatusID>
<ConnectionCategoryID>int</ConnectionCategoryID>
</Connection>
<Connection>
<ConnectionID>int</ConnectionID>
<ConnectionNo>int</ConnectionNo>
<ServiceProvider>string</ServiceProvider>
<NetworkID>int</NetworkID>
<ConnectionType>None or Standard or Upgrade or Migration or PrePay or TMoboleToEEMigration or EEtoEEMigration or OrangeToEEMigration</ConnectionType>
<PhoneNumber>string</PhoneNumber>
<ExistingPhoneNumberToPort>string</ExistingPhoneNumberToPort>
<PACNumber>string</PACNumber>
<PACExpiryDate>dateTime</PACExpiryDate>
<Note>string</Note>
<UserName>string</UserName>
<MainConnectionNo>string</MainConnectionNo>
<EligibleForUpgrade>int</EligibleForUpgrade>
<bUpgraded>boolean</bUpgraded>
<MainTariffID>int</MainTariffID>
<UpgradeEligibleDate>dateTime</UpgradeEligibleDate>
<Components xsi:nil="true" />
<SendRequest>string</SendRequest>
<VendorTransactionID>string</VendorTransactionID>
<RenewalDate>dateTime</RenewalDate>
<TerminatedDate>dateTime</TerminatedDate>
<ActivatedDate>dateTime</ActivatedDate>
<StatementReference>string</StatementReference>
<TariffName>string</TariffName>
<SimSerial>string</SimSerial>
<DealerID>string</DealerID>
<DealerName>string</DealerName>
<CustomerID>string</CustomerID>
<CustomerName>string</CustomerName>
<HandsetName>string</HandsetName>
<ConnectionStatus>string</ConnectionStatus>
<Comment>string</Comment>
<CustomerEmailAddress>string</CustomerEmailAddress>
<EID>string</EID>
<ExistingSimTypeID>boolean</ExistingSimTypeID>
<CurrentSimTypeID>boolean</CurrentSimTypeID>
<DeviceVendor>string</DeviceVendor>
<DeviceNotificationType>string</DeviceNotificationType>
<DeviceType>string</DeviceType>
<ActivationStatusID>int</ActivationStatusID>
<ConnectionCategoryID>int</ConnectionCategoryID>
</Connection>
</BusinessObjectList>
<ErrorCode>int</ErrorCode>
</GetCustomerConnectionListResult>
</GetCustomerConnectionListResponse>
</soap12:Body>
</soap12:Envelope>