Preview

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

removeMultipleCompanyMappings

Remove multiple company mappings

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    ROLE_RESELLER

    Arguments

    input RemoveMultipleCompanyMappingInput! PREVIEW

    RemoveMultipleCompanyMappingInput fields

    mor PsaMorInput! PREVIEW

    Merchant of record for which company mapping is done

    connectorType PsaConnectorType PREVIEW

    Connector type with which company mapping is associated. Default value is CONNECT_WISE

    companyMappings [CompanyMappingRemovalInput!]! PREVIEW

    Array of company removal items

    Return Fields

    results [PsaCompanyMappingsPayload!]! PREVIEW

    List of company mapping removal results

    success Boolean!

    Overall success status

    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.