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 FormDataSet type exposes the following members.
Properties | Name | Description |
---|
| ParentData |
The main data to save. Subform datas should be removed from this. (Not deleted Subform data though)
|
| SubDatas |
List of Subform-data to save.
All datas will be matched to the row submitted in ParentData property.
|
TopSee Also