Skip to main content

Arguments

Input field for a retrieve latest WAN coverage request.

Returns

RetrieveLatestWANCoverage

Triggers an asynchronous request through the DCC adapter to retrieve their WAN coverage record.

Returns a request reference that can be used to track the status of the request.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can query wan data

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 RetrieveLatestWanCoverage($input: RetrieveLatestWANCoverageInput!) { retrieveLatestWanCoverage(input: $input) { requestReference } }

Variables

Response

{ "data": { "retrieveLatestWanCoverage": { "requestReference": "certain-professor-arm-here-candidate" } } }