PUT api/progression/sales/setexchangedate

Set the exchange date on a purchasing role

Request Information

URI Parameters

None.

Body Parameters

The id and datetime of the purchasing role to update the estimated exchange 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:

Sample not available.

application/json, text/json

Sample:
{
  "RoleId": 1,
  "DateTime": "2024-03-29T12:19:24.4566031Z",
  "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.