Reschedules an existing nomination (deprecated)
Deprecated. Use the Upsert Nomination endpoints (PUT /v1/nominations/supplier or PUT /v1/nominations/receiver) to update the scheduling information of an existing nomination.
Authorizations
Access token obtained from the /oauth/token endpoint using your client credentials.
Path Parameters
Your company's unique reference for the nomination to reschedule.
1Body
Request body for rescheduling a nomination (deprecated — use the Upsert Nomination endpoints instead).
Response
OK
Response returned after rescheduling a nomination.
Your company's unique identifier for the nomination.
Status of the nomination after rescheduling.
Possible values:
supplier_requested— Supplier has been requested for this nomination.supplier_unassigned— Nomination has no supplier assigned.supplier_assigned— Supplier has been assigned to the nomination.operation_started— Bunkering operation has started.cancelled— Nomination has been cancelled.accepted— Nomination has been accepted by the supplier.amended— Nomination has been amended. Not currently returned as a nomination's current status; accept it for forward compatibility.
supplier_requested, supplier_unassigned, supplier_assigned, operation_started, cancelled, accepted, amended Timestamp (UTC) of the last change to the nomination.