Class GetActorsByTimestampRequestWS
Parameters for GetActorsByTimestamp
Inherited Members
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public class GetActorsByTimestampRequestWS : RequestBaseWS
Constructors
GetActorsByTimestampRequestWS()
Parameters for GetActorsByTimestamp
Declaration
public GetActorsByTimestampRequestWS()
Properties
ActorType
The actor type
Declaration
public string ActorType { get; set; }
Property Value
Type | Description |
---|---|
String |
FieldKeys
Array containing the field keys
Declaration
public string[] FieldKeys { get; set; }
Property Value
Type | Description |
---|---|
String[] |
UpdatedOnOrAfter
Contains a timestamp previously returned by the connector
Declaration
public string UpdatedOnOrAfter { get; set; }
Property Value
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)