UpdateClientBenefitQuantityInput
No description
input UpdateClientBenefitQuantityInput {
assignedTours: [ActiveTourTimeOfDayInput!]
benefitId: BenefitPositionID!
clientId: ClientID!
date: Date!
parkId: ResidentialParkID!
}
Fields
UpdateClientBenefitQuantityInput.assignedTours ● [ActiveTourTimeOfDayInput!] list input
Active tours this needs to be distributed to. Set to null or [] to remove all entries.
UpdateClientBenefitQuantityInput.benefitId ● BenefitPositionID! non-null scalar
List of benefits to be applied to the client.
UpdateClientBenefitQuantityInput.clientId ● ClientID! non-null scalar
The ID of the client this benefits should be applied to.
UpdateClientBenefitQuantityInput.date ● Date! non-null scalar
The date this performance entry needs to be adjusted.
UpdateClientBenefitQuantityInput.parkId ● ResidentialParkID! non-null scalar
ID of the related residential park.
Member Of
updateWorkItemQuantity mutation