Mutation: deleteByQuoteRealizationAndExternalIdList
Requires access to given quote realization
sales {
otherPrice {
deleteByQuoteRealizationAndExternalIdList(
quoteRealizationNid: QuoteRealizationNid!
externalIdList: [String!]!
): Boolean!
}
}
Arguments
deleteByQuoteRealizationAndExternalIdList.quoteRealizationNid ● QuoteRealizationNid! non-null scalar
deleteByQuoteRealizationAndExternalIdList.externalIdList ● [String!]! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.