Function requestGenericIssuanceSetManualCheckInState
- requestGenericIssuanceSetManualCheckInState(zupassServerUrl, pipelineId, key, ticketId, checkInState): Promise<PipelineSetManualCheckInStateResult>
Parameters
- zupassServerUrl: string
- pipelineId: string
- key: string
- ticketId: string
- checkInState: boolean
Sets a ticket's check-in state to the provided boolean value.
Never rejects. All information encoded in the resolved response.