ETASCOM CRM V3 - Documentation API
    Preparing search index...
    • POST(
          request: NextRequest,
      ): Promise<
          | NextResponse<{ success: boolean; message: string; errors: string[] }>
          | NextResponse<{ error: any }>,
      >

      Parameters

      • request: NextRequest

      Returns Promise<
          | NextResponse<{ success: boolean; message: string; errors: string[] }>
          | NextResponse<{ error: any }>,
      >