PUT api/progression/sales/setcompletiondate

Set the completion date on a purchasing role

Request Information

URI Parameters

None.

Body Parameters

The id and datetime of the purchasing role to update the estimated completion date for

Dezrez.Core.DataContracts.External.Api.Events.Progression.Command.SetProgressionDateCommandDataContract
NameDescriptionTypeAdditional information
RoleId

integer

None.

DateTime

date

None.

NegotiatorIds

Collection of integer

None.

Note

string

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 'SetProgressionDateCommandDataContract'.

application/json, text/json

Sample:
{
  "RoleId": 1,
  "DateTime": "2024-04-24T23:57:03.1664252Z",
  "NegotiatorIds": [
    1,
    2
  ],
  "Note": "sample string 2"
}

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.