Preview

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

createUpdatePricingExternalSource

Creates/update external source

This page contains

    Authorization Rules

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

    Scopes

    ROLE_PARTNER

    ROLE_CHANNEL_ADMIN

    Arguments

    input ExternalSourceInput! PREVIEW

    Attributes to create/update external source

    ExternalSourceInput fields

    id ID

    Unique identifier of external source

    name String!

    Name of external source

    isvCode String!

    Isv code of external source in case if appconnector is external source

    capability ExternalSourceCapabilityInput! PREVIEW

    External source capability supported by an external source

    url String!

    Base url of external source

    consumerDetail ConsumerDetailInput! PREVIEW

    Consumer details to authorize external source end point

    Return Fields

    externalSource ExternalSource PREVIEW

    Details of external source

    userErrors [ExternalSourceInputError!]

    Error details while creating external source

    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.