Preview

changeQuoteOwner is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

changeQuoteOwner

Change quote owner

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_RESELLER_MANAGER

    ROLE_PARTNER

    Arguments

    input ChangeQuoteOwnerInput! PREVIEW

    ChangeQuoteOwnerInput fields

    quoteId ID!

    Quote to change owner for

    newOwnerId ID!

    New owner user ID

    newOwnerCompanyId ID!

    New owner company ID

    Return Fields

    quote Quote PREVIEW

    Updated quote with new owner

    userErrors [ChangeQuoteOwnerError!] PREVIEW

    Ownership change errors

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.