Skip to main content

QuoteRequestWithWebhook (Input)

input QuoteRequestWithWebhook {
marketplace: MarketplaceEnum!
aircraftList: [AircraftRegistrationActive!]!
itinerary: [RfqItineraryInput!]!
requestedBy: QuoteRequestWithWebhookRequester!
representative: QuoteRequestWithWebhookRepresentative
assignee: ApiLoginNidScalar
message: String
acceptWebhook: HealthyUrlScalar
rejectWebhook: HealthyUrlScalar
quoteRequestId: String
}

Fields

QuoteRequestWithWebhook.marketplace ● MarketplaceEnum! non-null enum

QuoteRequestWithWebhook.aircraftList ● [AircraftRegistrationActive!]! non-null scalar

QuoteRequestWithWebhook.itinerary ● [RfqItineraryInput!]! non-null input

QuoteRequestWithWebhook.requestedBy ● QuoteRequestWithWebhookRequester! non-null input

QuoteRequestWithWebhook.representative ● QuoteRequestWithWebhookRepresentative input

QuoteRequestWithWebhook.assignee ● ApiLoginNidScalar scalar

QuoteRequestWithWebhook.message ● String scalar

QuoteRequestWithWebhook.acceptWebhook ● HealthyUrlScalar scalar

QuoteRequestWithWebhook.rejectWebhook ● HealthyUrlScalar scalar

QuoteRequestWithWebhook.quoteRequestId ● String scalar

Member Of

sales.createRequestWithWebhook mutation