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.Plans.Plan
TeamDynamix.Api.Plans.Plan.DraftID
The ID of the current draft associated with the plan.
Data Type and Notes
Int32
Value
The ID of the current draft associated with the plan,
or 0
if there is no associated draft.
Remarks
When someone is editing a plan in the new web plan manager system, their edits will be
assigned a DraftID. In-place edits will be saved to the DraftID but will not be pushed to
the actual plan until the user chooses to Check In their Draft. Under this system, the
plan can either have a draft ID or none (returning 0).