Click or drag to resize

UpdateUserTimePunchObjectID Property

An ID specified by the API caller. This value is echoed back in the response to provide the status of the update. * Required Property

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int ID { get; set; }

Property Value

Int32
Remarks
Note  Note
It is recommended to autonumber this - starting with 1 for the first record. This field is needed to be able to locate the updated record in the API response.
Example
1
See Also