Skip to main content

Arguments

isDomestic : Boolean default: True

Whether the quote is for a domestic or business account. Defaults to domestic.

Returns

[Date]

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

Allowed Viewers

Customer Partner User Third party

Required Permissions

(No)

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 AllowedSupplyStartDates($isDomestic: Boolean) { allowedSupplyStartDates(isDomestic: $isDomestic) }

Variables

{ "isDomestic": true }

Response

{ "data": { "allowedSupplyStartDates": "2022-10-24" } }