TeamDynamix Web API
TeamDynamix.Api.BulkOperations.BulkImport<T>
Unless explicitly stated on the documentation for a method, the accepted Web API call content types are:
application/json
Calls using any other content type (ex: text/plain) are not supported.
APIs
TeamDynamix.Api.BulkOperations.BulkImport<T>
Contents
Summary
Type Parameters
Properties
Summary
A wrapper for a batch of items being imported.
Type Parameters
T
The type of API object being imported.
Properties
Name
Required?
Type
Summary
Items
This field is required.
T[]
The API items to import.
Settings
This field is required.
TeamDynamix.Api.BulkOperations.ImportSettings
The settings used for the import.