POST Draft/Notice/Convert

Converts an existing future opportunity into a current opportunity.

Requires Authorization

The endpoint requires a bearer token in the http authorization header. For example "bearer 2YotnFZFEjr1zCsicMWpAA"

Request Information

URI Parameters

None.

Body Parameters

The identity of the future opportunity to convert.

globally unique identifier

Request Formats

application/json, text/json

Sample:
{
  "noticeId": "9d7d2d55-f02a-4609-8c5e-0976f4c26a4b"
}

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9d7d2d55-f02a-4609-8c5e-0976f4c26a4b</guid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Returns the identity of the converted notice; otherwise a collection of errors with HTTP status 400.

globally unique identifier

Response Formats

application/json, text/json

Sample:
"ff065957-510c-4e7f-8232-521e2168fae6"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ff065957-510c-4e7f-8232-521e2168fae6</guid>