createUpdatePricingExternalSource
Creates/update external source
This page contains
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.