Skip to main content

Arguments

input : FitAcceptScheduleInput! required

Returns

FitAcceptSchedule

Accept a FiT schedule for a particular account. The schedule must: - have been sent - not have been accepted yet - not be set in the future

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can accept fit schedules

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 FitAcceptSchedule($input: FitAcceptScheduleInput!) { fitAcceptSchedule(input: $input) { fitSchedule { ...FitScheduleTypeFragment } } }

Variables

{ "input": FitAcceptScheduleInput }

Response

{ "data": { "fitAcceptSchedule": { "fitSchedule": FitScheduleType } } }