Introduction

STORE Web Services is a set of XML Web Services that provide specific information to partners, vendors, and customers of Centershift. The interface documented here, for web services, provides basic information needed by 3rd party web development firms when developing web–presence sites for Centershift customers.

Overview

Using the STORE Web Services:

Contacting Centershift

Click Here for contact information.

Definitions, General Information and Tips

Click Here for a complete list.

Lookup User Request Object

This object is required in almost all SWS method calls and is used to confirm access.

Click Here for more information.

Entities And Workflow

Basic Store 4 Entities

Workflow Chart

Finding A Unit and Dynamic Pricing

New Account Workflow Process

Reservation/New Rental Workflow Process

Payment Workflow Process

Method List



Methods



              

          



              

          



              

          



              

          

<configuration>
  <system.web>
    <webServices>
      <conformanceWarnings>
        <remove name='BasicProfile1_1'/>
      </conformanceWarnings>
    </webServices>
  </system.web>
</configuration>



C#

[WebService(Namespace="http://microsoft.com/webservices/")]
public class MyWebService {
    // 
}

Visual Basic

<WebService(Namespace:="http://microsoft.com/webservices/")> Public Class MyWebService
    ' 
End Class

C++

[WebService(Namespace="http://microsoft.com/webservices/")]
public ref class MyWebService {
    // 
};