Skip to main content

Arguments

agreementId : Int! required

Agreement ID.

maxRange : Int default: 365

The maximum number of days to look for available dates.

Returns

[Date]

The Date scalar type represents a Date value as specified by iso8601.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can switch product

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

query AvailableProductSwitchDates( $agreementId: Int!, $maxRange: Int ) { availableProductSwitchDates( agreementId: $agreementId, maxRange: $maxRange ) }

Variables

{ "agreementId": 80291397, "maxRange": 63 }

Response

{ "data": { "availableProductSwitchDates": "2002-07-27" } }