> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ofiniti.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bunkering end time changed

> Sent when a nomination's estimated bunkering end time (estimated time of completion, i.e. start time plus duration) changes. A start time change also moves the end time, so both events are typically delivered together; a duration-only change delivers only this event.

Subscribe using event type `nomination_bunkering_end_time_changed`. Deliveries carry the CloudEvent type `net.fuelboss.nomination.bunkering_end_time.changed` in the envelope's `type` field and in the `X-Event-Type` header.



## OpenAPI

````yaml /specs/fuelboss/fuelboss-api.json webhook nomination_bunkering_end_time_changed
openapi: 3.1.1
info:
  title: FuelBoss API
  description: >-
    REST API providing a powerful and easy way to manage your companies
    nominations and operations.
  termsOfService: https://www.ofiniti.com/legal/platform-service-terms
  contact:
    name: Support Team
    email: itops@ofiniti.com
  version: 1.15.1
servers:
  - url: https://api.demo.fuelboss.net
    description: Demo (sandbox for testing and integration development)
  - url: https://api.fuelboss.net
    description: Production
security:
  - bearerAuth: []
tags:
  - name: OAuth
  - name: Nominations
  - name: Entity management
  - name: Operations
  - name: Common
  - name: Webhooks
  - name: Webhook events
paths: {}
components:
  securitySchemes:
    bearerAuth:
      type: http
      description: >-
        Access token obtained from the /oauth/token endpoint using your client
        credentials.
      scheme: bearer
      bearerFormat: JWT

````