Click or drag to resize

QueryParamAction Property

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.

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string Action { get; set; }

Property Value

String
Remarks
This value represents unique enum string that is specific to each service call. See the service call that uses this object for details..
Example
CREATE, GET-SOME, GET-HALF, etc...
See Also