Click or drag to resize

SaveDataRequest Properties

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.

The SaveDataRequest type exposes the following members.

Properties
 NameDescription
Public propertyParentData The main data to save. Subform datas should be removed from this. (Not deleted Subform data though)
Public propertyReturnMediaMode Defines how to return the data.
Public propertySubDatas List of Subform-data to save. All datas will be matched to the row submitted in ParentData property.
Top
See Also