POST api/progression/sales/complete

Completes a sales role

Request Information

URI Parameters

None.

Body Parameters

Details of the completion

CompleteCommandDataContract
NameDescriptionTypeAdditional information
RoleId

integer

None.

CompletionDateTime

date

None.

TakeOffMarket

boolean

None.

Note

string

None.

NegotiatorIds

Collection of integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CompleteCommandDataContract'.

application/json, text/json

Sample:
{
  "RoleId": 1,
  "CompletionDateTime": "2025-09-15T11:20:57.0099097Z",
  "TakeOffMarket": true,
  "Note": "sample string 3",
  "NegotiatorIds": [
    1,
    2
  ]
}

Response Information

Resource Description

CompletedDataContract
NameDescriptionTypeAdditional information
RoleType

EnumDataContract

None.

Team

EventTeamDataContract

None.

Notes

Collection of EventNoteCommandDataContract

None.

Documents

Collection of DocumentDataContract

None.

Name

string

None.

Description

string

None.

DateTime

date

None.

EventCategory

EnumDataContract

None.

EventType

EnumDataContract

None.

EventStatus

EnumDataContract

None.

Negotiators

Collection of ListNegotiatorDataContract

None.

BranchId

integer

None.

OwningTeamId

integer

None.

TeamAccessType

string

None.

CustomFields

Collection of CustomFieldGroupWithValuesDataContract

None.

CreatedDate

date

None.

CreatedBy

CreatedByDataContract

None.

Id

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'SanitizingJsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Dezrez.Core.DataContracts.External.Api.Media.DocumentDataContract'. Path 'Documents[0].Attachments'.

text/json

Sample:

An exception has occurred while using the formatter 'SanitizingJsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Dezrez.Core.DataContracts.External.Api.Media.DocumentDataContract'. Path 'Documents[0].Attachments'.