Skip to main content

Arguments

input : AcceptQuoteInputType! required

Input fields for accepting a quote on supply points.

Returns

AcceptQuote

Accept a quote, creating the associated account, agreements, and activation processes, and initializing switch-in workflows for each activation process.

Allowed Viewers

Customer Partner User Third party

Required Permissions

(No)

Rate Limits

Key Steps
ip ['10/m']

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

mutation AcceptQuote($input: AcceptQuoteInputType!) { acceptQuote(input: $input) { accountNumber preSignedKey supplyContracts { ...SupplyContractConnectionTypeConnectionFragment } } }

Variables

{ "input": AcceptQuoteInputType }

Response

{ "data": { "acceptQuote": { "accountNumber": "A-9829CC2C", "preSignedKey": "effort-about-building-cut-shake", "supplyContracts": SupplyContractConnectionTypeConnection } } }