catalogInvitationsProgramRedeemCreate method
POST Redeem invites from empty invitations Params: program_key* source*
Implementation
Future<void> catalogInvitationsProgramRedeemCreate() async {
final response = await catalogInvitationsProgramRedeemCreateWithHttpInfo();
if (response.statusCode >= HttpStatus.badRequest) {
throw ApiException(response.statusCode, await _decodeBodyBytes(response));
}
}