PUT api/progression/sales/setestimatedexchangedate

Set the estimated 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

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": "2023-09-30T01:59:16.3491599Z",
  "NegotiatorIds": [
    1,
    2
  ],
  "Note": "sample string 2"
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.