Click or drag to resize

UpdateUserDetailIn Structure

**BETA** Updates the payload data for a list of UpdateUserDetailModel
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsUpdateUserDetailIn

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct UpdateUserDetailIn : IServiceIn

The UpdateUserDetailIn type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAuthToken Sets the Authentication Token which is required for any communication to the time-web API
* Required Property
Public propertyCultureInfo**BETA** The language in which error responses will be returned.
Public propertyCode exampleEnableBetaMode In order to use this endpoint the flag must be set to true.
Public propertyCode examplePayload A list of UpdateUserDetailModel models
* Required Property
Top
Remarks
Adds the payload data for a list of UpdateUserDetailModel.
Example
See UpdateUserDetail(UpdateUserDetailIn) for example
See Also