Skip to main content

QuoteRequestEditWithQuotesInput (Input)

input QuoteRequestEditWithQuotesInput {
nid: QuoteRequestNid!
marketplace: MarketplaceNid!
requestedBy: ClientNid!
representative: RepresentativeNid
assignee: ApiLoginNidScalar
operatorBase: OperatorBaseNid
mvtEmails: [String!]!
quotesSortMethod: QuotesSortMethod!
}

Fields

QuoteRequestEditWithQuotesInput.nid ● QuoteRequestNid! non-null scalar

QuoteRequestEditWithQuotesInput.marketplace ● MarketplaceNid! non-null scalar

QuoteRequestEditWithQuotesInput.requestedBy ● ClientNid! non-null scalar

QuoteRequestEditWithQuotesInput.representative ● RepresentativeNid scalar

QuoteRequestEditWithQuotesInput.assignee ● ApiLoginNidScalar scalar

QuoteRequestEditWithQuotesInput.operatorBase ● OperatorBaseNid scalar

QuoteRequestEditWithQuotesInput.mvtEmails ● [String!]! non-null scalar

QuoteRequestEditWithQuotesInput.quotesSortMethod ● QuotesSortMethod! non-null enum

Member Of

sales.editRequestWithQuotes mutation