POST api/progression/milestone/save

Save Progression Milestone. Processes this progression API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

Progression Milestone to be saved or updated

SaveProgressionMilestoneDataContract
NameDescriptionTypeAdditional information
ProgressionRoleId

The unique identifier of the related progression role resource.

integer

None.

Name

The name value.

string

None.

MilestoneStatus

The milestone status value.

EnumDataContract

None.

MilestoneLeaseType

The milestone lease type value.

EnumDataContract

None.

MilestoneRoleType

The milestone role type value.

EnumDataContract

None.

MilestoneCategory

The milestone category value.

EnumDataContract

None.

TargetDate

The target date, expressed as a date and time.

date

None.

CompletedDate

The completed date, expressed as a date and time.

date

None.

CompletedBy

The completed by value.

TeamDataContract

None.

OwningTeam

The owning team value.

TeamDataContract

None.

OwningNegotiator

The owning negotiator value.

NegotiatorDataContract

None.

Documents

The collection of documents.

Collection of DocumentDataContract

None.

Contacts

The collection of contacts.

Collection of ProgressionContactDataContract

None.

Notes

The collection of notes.

Collection of EventDataContract

None.

Order

The order value.

integer

None.

Id

The unique identifier of this resource.

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

Response Information

Resource Description

The saved Progression milestone

ProgressionMilestoneDataContract
NameDescriptionTypeAdditional information
Name

The name value.

string

None.

MilestoneStatus

The milestone status value.

EnumDataContract

None.

MilestoneLeaseType

The milestone lease type value.

EnumDataContract

None.

MilestoneRoleType

The milestone role type value.

EnumDataContract

None.

MilestoneCategory

The milestone category value.

EnumDataContract

None.

TargetDate

The target date, expressed as a date and time.

date

None.

CompletedDate

The completed date, expressed as a date and time.

date

None.

CompletedBy

The completed by value.

TeamDataContract

None.

OwningTeam

The owning team value.

TeamDataContract

None.

OwningNegotiator

The owning negotiator value.

NegotiatorDataContract

None.

Documents

The collection of documents.

Collection of DocumentDataContract

None.

Contacts

The collection of contacts.

Collection of ProgressionContactDataContract

None.

Notes

The collection of notes.

Collection of EventDataContract

None.

Order

The order value.

integer

None.

Id

The unique identifier of this resource.

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.