Click or drag to resize

QueryParam Class

A generic class used to pass in an authtoken and perform specific actions
Inheritance Hierarchy
SystemObject
  AppOne.Web.Service.Services.V1R0.Customer.ContractsQueryParam
    AppOne.Web.Service.Services.V1R0.Customer.ContractsSingleToken

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class QueryParam : IServiceParams

The QueryParam type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAction A generic string that is specific to the method service request. Action is not required with every signature see each service request for details of what actions are available.
Public propertyCode exampleAuthToken Sets the Authentication Token which is required for any communication to the TWS interface
* Required Property
Public propertyCode exampleEnableSunsetEndpoint Reenables the endpoint to work temporarly if it has been SUNSET.
Public propertyCode exampleID Gets or sets generic ID used to query from a primary data store
Top
Remarks
Because the QueryParam class is a generic contract that many of the service methods use, not all of the values are required for each of the various methods. Please visit the documentation for each method to find out which values are needed for that particular service call.

Note  Note
In almost all cases the AuthToken parameter will be required.
See Also