Skip to main content
PUT
Creates or updates a draft nomination

Authorizations

Authorization
string
header
required

Access token obtained from the /oauth/token endpoint using your client credentials.

Body

application/json
clientReference
string

Your unique identifier for the draft within your company. Used to reference the draft in subsequent calls.

delivery
object

Delivery information.

supplier
object

Supplier information.

receiver
object

Receiver information.

fuelSpecifications
null | object[]

Fuel specifications of the draft.

stakeholders
null | object[]

Stakeholders involved in the draft.

Response

OK

Response returned by Create or Update Draft Nomination.

clientReference
string

Your unique identifier for the draft.

status
enum<string>

Status of the draft after the operation.

Possible values:

  • unknown — Status is unknown.
  • in_progress — Draft is still being prepared.
  • completed — Draft has been completed and is ready to be sent.
Available options:
unknown,
in_progress,
completed
lastChangedAtUtc
string<date-time>

Timestamp (UTC) of the last change to the draft.