Unless explicitly stated on the documentation for a method, the accepted Web API call content types are:
Calls using any other content type (ex: text/plain) are not supported.
-
APIs
-
TeamDynamix.Api.BulkOperations.ItemResultType
Contents
Summary
Describes the different results that can take place
for an item involved in a bulk operation.
Fields
Name
|
Value
|
Summary
|
Skipped
|
0 |
Indicates that the item was skipped.
|
Created
|
1 |
Indicates that the item was successfully created.
|
Updated
|
2 |
Indicates that the item was successfully updated.
|